You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to choose the default number of rows on a given CRUD panel. This is easily done by adding "pageLength": 50, to list.blade.php when the DataTable is instantiated.
Proposed syntax:
$this->crud->setDefaultListSize(50);
The text was updated successfully, but these errors were encountered:
You should be able to choose the default number of rows on a given CRUD panel. This is easily done by adding
"pageLength": 50,
tolist.blade.php
when the DataTable is instantiated.Proposed syntax:
The text was updated successfully, but these errors were encountered: