File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.7.1] - 2019-10-02
12
+
13
+ - Fix skipTotalRecords api not working on initial state. [ #2222 ]
14
+
11
15
### [ v9.7.0] - 2019-10-02
12
16
13
17
- Allow orderColumn using closure. [ #2199 ]
14
18
15
-
16
19
### [ v9.6.1] - 2019-09-26
17
20
18
21
- Improve orderByNullsLast SQL generation. [ #2191 ]
@@ -354,7 +357,8 @@ return (new CollectionDataTable(User::all())->toJson();
354
357
- Fix orderColumn api where related tables are not joined.
355
358
- Fix nested with relation search and sort function.
356
359
357
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.7.0...9.0
360
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.7.1...9.0
361
+ [ v9.7.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.7.0...v9.7.1
358
362
[ v9.7.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.6.1...v9.7.0
359
363
[ v9.6.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.6.0...v9.6.1
360
364
[ v9.6.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.5.0...v9.6.0
@@ -478,6 +482,7 @@ return (new CollectionDataTable(User::all())->toJson();
478
482
[ #2171 ] : https://github.com/yajra/laravel-datatables/pull/2171
479
483
[ #2191 ] : https://github.com/yajra/laravel-datatables/pull/2191
480
484
[ #2199 ] : https://github.com/yajra/laravel-datatables/pull/2199
485
+ [ #2222 ] : https://github.com/yajra/laravel-datatables/pull/2222
481
486
482
487
[ #2091 ] : https://github.com/yajra/laravel-datatables/issues/2091
483
488
[ #2058 ] : https://github.com/yajra/laravel-datatables/issues/2058
You can’t perform that action at this time.
0 commit comments