TableBuilder - option for 'no' pagination
Created 8 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
—
8 years ago
Out of curiosity - perhaps try "pagination" => false as well.. I know there was another one.
Try
'paginate' => falseor'limit' => 99999in the options array.