File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.7.0] - 2019-10-02
12
+
13
+ - Allow orderColumn using closure. [ #2199 ]
14
+
15
+
11
16
### [ v9.6.1] - 2019-09-26
12
17
13
18
- Improve orderByNullsLast SQL generation. [ #2191 ]
@@ -349,7 +354,8 @@ return (new CollectionDataTable(User::all())->toJson();
349
354
- Fix orderColumn api where related tables are not joined.
350
355
- Fix nested with relation search and sort function.
351
356
352
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.6.1...9.0
357
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.7.0...9.0
358
+ [ v9.7.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.6.1...v9.7.0
353
359
[ v9.6.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.6.0...v9.6.1
354
360
[ v9.6.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.5.0...v9.6.0
355
361
[ v9.5.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.4.1...v9.5.0
@@ -471,6 +477,7 @@ return (new CollectionDataTable(User::all())->toJson();
471
477
[ #2163 ] : https://github.com/yajra/laravel-datatables/pull/2163
472
478
[ #2171 ] : https://github.com/yajra/laravel-datatables/pull/2171
473
479
[ #2191 ] : https://github.com/yajra/laravel-datatables/pull/2191
480
+ [ #2199 ] : https://github.com/yajra/laravel-datatables/pull/2199
474
481
475
482
[ #2091 ] : https://github.com/yajra/laravel-datatables/issues/2091
476
483
[ #2058 ] : https://github.com/yajra/laravel-datatables/issues/2058
You can’t perform that action at this time.
0 commit comments