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 88
99### [ Unreleased]
1010
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+
1116### [ v9.13.0] - 2020-10-31
1217
1318- Add support for search panes. [ #2475 ]
@@ -404,7 +409,8 @@ return (new CollectionDataTable(User::all())->toJson();
404409- Fix orderColumn api where related tables are not joined.
405410- Fix nested with relation search and sort function.
406411
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
408414[ v9.13.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.12.0...v9.13.0
409415[ v9.12.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.11.1...v9.12.0
410416[ 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();
551557[ #2478 ] : https://github.com/yajra/laravel-datatables/pull/2478
552558[ #2481 ] : https://github.com/yajra/laravel-datatables/pull/2481
553559[ #2475 ] : https://github.com/yajra/laravel-datatables/pull/2475
560+ [ #2193 ] : https://github.com/yajra/laravel-datatables/pull/2193
554561
555562[ #1934 ] : https://github.com/yajra/laravel-datatables/issues/1934
556563[ #2091 ] : https://github.com/yajra/laravel-datatables/issues/2091
You can’t perform that action at this time.
0 commit comments