File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 88
99### [ Unreleased]
1010
11+ ### [ v9.21.2] - 2022-07-12
12+
13+ - Fix HasOneThrough (added tests) #2816
14+ - Fix #2738
15+
1116### [ v9.21.1] - 2022-06-22
1217
1318- Fix sorting and pagination on empty records #2803
@@ -502,8 +507,8 @@ return (new CollectionDataTable(User::all())->toJson();
502507- Fix orderColumn api where related tables are not joined.
503508- Fix nested with relation search and sort function.
504509
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
510+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.21.2 ...9.0
511+ [ v9.21.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.21.1 ...v9.21.2
507512[ v9.21.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.20.0...v9.21.0
508513[ v9.20.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0
509514[ 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