File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 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.14.0] - 2020-11-03
12
+
13
+ - Add column formatter. [ #2193 ]
14
+ - Fix [ yajra/laravel-datatables-editor #33 ] ( https://github.com/yajra/laravel-datatables-editor/issues/33 )
15
+
11
16
### [ v9.13.0] - 2020-10-31
12
17
13
18
- Add support for search panes. [ #2475 ]
@@ -404,7 +409,8 @@ return (new CollectionDataTable(User::all())->toJson();
404
409
- Fix orderColumn api where related tables are not joined.
405
410
- Fix nested with relation search and sort function.
406
411
407
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.13.0...9.0
412
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.14.0...9.0
413
+ [ v9.14.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.13.0...v9.14.0
408
414
[ v9.13.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.12.0...v9.13.0
409
415
[ v9.12.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.11.1...v9.12.0
410
416
[ v9.11.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.11.0...v9.11.1
@@ -551,6 +557,7 @@ return (new CollectionDataTable(User::all())->toJson();
551
557
[ #2478 ] : https://github.com/yajra/laravel-datatables/pull/2478
552
558
[ #2481 ] : https://github.com/yajra/laravel-datatables/pull/2481
553
559
[ #2475 ] : https://github.com/yajra/laravel-datatables/pull/2475
560
+ [ #2193 ] : https://github.com/yajra/laravel-datatables/pull/2193
554
561
555
562
[ #1934 ] : https://github.com/yajra/laravel-datatables/issues/1934
556
563
[ #2091 ] : https://github.com/yajra/laravel-datatables/issues/2091
You can’t perform that action at this time.
0 commit comments