Releases: yajra/laravel-datatables
Releases · yajra/laravel-datatables
v10.0.8
- Make canCreate at QueryDataTable accept QueryBuilder only #2798
v10.0.7
Fix create eloquent datatable from relation #2789
v10.0.6
Added null parameter type as allowed to handle default Action column from laravel-datatables-html #2787
v10.0.5
- Fix "Return value must be of type int, string returned."
v10.0.4
- Fix accidental formatter issue on eloquent
- Add formatColumn test for eloquent
v10.0.3
- Additional fix & test for zero total records
v10.0.2
- Fix set total & filtered records count #2778
- Fix #1453 #1454 #2050 #2609
- Add feature test
- Deprecate
skipTotalRecords
, just use setTotalRecords
directly.
v10.0.1
- Code clean-up and several phpstan fixes
v9.20.0
- Added orthogonal sort and filter for collection #2380
v10.0.0
- Laravel DataTables v10.x to support Laravel 9.x
- Added PHPStan with max level static analysis
- Drop
queryBuilder()
method
- Drop support for
ApiResourceDataTable
- PHP8 syntax / method signature changed