Skip to content

Releases: aginev/datagrid

PHP 8 Support

09 Feb 11:45
02e6f8b
Compare
Choose a tag to compare

Laravel 8 Support

17 Sep 13:47
Compare
Choose a tag to compare
  • laravelcollective/html removed
  • Icons can be changed via config
  • Package auto discovery

Laravel 7 Support

30 Jul 14:25
Compare
Choose a tag to compare
1.0.17

Laravel 7 support

Laravel 6 Support

04 Oct 06:43
c819f35
Compare
Choose a tag to compare
Merge pull request #18 from aginev/l6

Laravel 6 Support

Indentation fixes

30 Apr 07:47
Compare
Choose a tag to compare
1.0.15

Fixed identation

Fixed issue when chaining properties #10

30 Apr 07:42
Compare
Choose a tag to compare

Fixed issue when chaining properties #10

Enable HTML in non sortable columns

13 Apr 13:39
c4f93b0
Compare
Choose a tag to compare
Enable HTML column title when not sortable

https://github.com/aginev/datagrid/issues/9

License updates

22 Mar 08:55
84779af
Compare
Choose a tag to compare
1.0.12

License update

Fixes for Laravel 5.4 and Laravel Collective HTML package

04 Jul 09:05
Compare
Choose a tag to compare
v1.0.11

Fix docs for publishing views

Fixed issue when used from controllers that are not in the \App\Http\Controllers namespace

06 Apr 11:58
Compare
Choose a tag to compare
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.