TableBuilder - option for 'no' pagination
Created 7 years ago by kiltedupEvening,
Are there any options to 'not' paginate a table when rendering it?
On one page I need to show all entries in one view while still showing all the normal table filters/buttons etc .....
TIA
ryanthompson
—
7 years ago
Out of curiosity - perhaps try "pagination" => false
as well.. I know there was another one.
Try
'paginate' => false
or'limit' => 99999
in the options array.