Skip to content

Docs for the datatable widget #628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

pxpm
Copy link
Contributor

@pxpm pxpm commented May 30, 2025

Add docs for the datatable widget

@pxpm pxpm added the v7 label Jun 2, 2025
name="invoices_table"
controller="\App\Http\Controllers\InvoiceCrudController"
:configure="function($crud, $parent) { if ($parent) { $crud->addClause('where', 'customer_id', $parent->id); } }"
:updatesUrl="false"
Copy link
Member

@tabacitu tabacitu Jun 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's:

  • make this parameter default to false;
  • document here what it does (and that it's optional);
  • let's rename the parameter to modifiesUrl;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants