File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 88
99### [ Unreleased]
1010
11+ ### [ v9.21.1] - 2022-06-22
12+
13+ - Fix sorting and pagination on empty records #2803
14+
1115### [ v9.21.0] - 2022-06-21
1216
1317- Add support for dependency injection when using closure. #2521
@@ -498,7 +502,8 @@ return (new CollectionDataTable(User::all())->toJson();
498502- Fix orderColumn api where related tables are not joined.
499503- Fix nested with relation search and sort function.
500504
501- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.21.0...9.0
505+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.21.1...9.0
506+ [ v9.21.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.21.0...v9.21.1
502507[ v9.21.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.20.0...v9.21.0
503508[ v9.20.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0
504509[ v9.19.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.19.1
You can’t perform that action at this time.
0 commit comments