Default pagination to "All"

How do I do this?
4 Replies
Dan Harrin
Dan Harrin2y ago
Override getDefaultTableRecordsPerPageSelectOption() to return all on the list page
binaryruel
binaryruelOP2y ago
protected function getDefaultTableRecordsPerPageSelectOption(): int
{
return ?;
}
protected function getDefaultTableRecordsPerPageSelectOption(): int
{
return ?;
}
the return type is int oh? -1?
Dan Harrin
Dan Harrin2y ago
hm maybe did that work?
binaryruel
binaryruelOP2y ago
This is solved. 🙂 Thanks Dan! Yes it's -1

Did you find this page helpful?