Skip to content

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;

@tabacitu tabacitu merged commit a218665 into master Jun 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants