Releases: gofish543/laravel-datatable
Releases · gofish543/laravel-datatable
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.0
2.0.0 - 2020-11-22
- Added
simplePaginateable($forcePagination = true)
- Altered
paginateable
to have$forcePagination
as a parameter - Changed
simplePaginateable
andpaginateable
to take a $forcePagination parameter. If this value is false, the query will default to a->get()
call. If true, the query will default to its respective pagination function. - Added
$maxPerPage
toPaginateable
to prevent dos-like queries.