Releases: aginev/datagrid
Releases · aginev/datagrid
PHP 8 Support
Laravel 8 Support
- laravelcollective/html removed
- Icons can be changed via config
- Package auto discovery
Laravel 7 Support
1.0.17 Laravel 7 support
Laravel 6 Support
Merge pull request #18 from aginev/l6 Laravel 6 Support
Indentation fixes
1.0.15 Fixed identation
Fixed issue when chaining properties #10
Fixed issue when chaining properties #10
Enable HTML in non sortable columns
Enable HTML column title when not sortable https://github.com/aginev/datagrid/issues/9
License updates
1.0.12 License update
Fixes for Laravel 5.4 and Laravel Collective HTML package
v1.0.11 Fix docs for publishing views
Fixed issue when used from controllers that are not in the \App\Http\Controllers namespace
Merge pull request #5 from dyankov91/patch-1 Fix a bug where the DataGrid don't work if the controller is not directly in the App\Http\Controllers\ namespace.