File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.21.1] - 2022-06-22
12
+
13
+ - Fix sorting and pagination on empty records #2803
14
+
11
15
### [ v9.21.0] - 2022-06-21
12
16
13
17
- Add support for dependency injection when using closure. #2521
@@ -498,7 +502,8 @@ return (new CollectionDataTable(User::all())->toJson();
498
502
- Fix orderColumn api where related tables are not joined.
499
503
- Fix nested with relation search and sort function.
500
504
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
502
507
[ v9.21.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.20.0...v9.21.0
503
508
[ v9.20.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0
504
509
[ 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