Releases: patricksamson/laravel-datagrid-builder
Releases · patricksamson/laravel-datagrid-builder
Bugfix and minor improvements
- Fixed bug where Datagrid would ignore default options from user config.
- Added setHtmlAttribute() and getHtmlAttribute() functions to Datagrid class.
- Include new Data array in views. Used for passing data to formatters.
- Improved default Actions formatter
Use Bootstrap Table Library
- Rewrote the entire package around a new Javascript library for the front end.
- There are breaking changes
The reasons :
- The new library is well-maintained
- It allows a cleaner syntax
- This package is less "thrown together" because of this.
- More features and extensions! (sorting, searching, hiding columns, grouping, etc.)
Bugfix
1.3.3 Update ServiceProvider.php
Laravel 5.2 Support
Deprecated method Application::bindShared()
v1.3.1
Added refresh button on datagrid
1.3.0
- Added Client-Side Datagrid
- Better config file structure & naming
1.2.1
- I18N (English and French)
- Add extra formatters/converters and pass parameters to them
- Define extra request parameters (includes, for example). They will be sent with each Ajax request
- Set $per_page dropdown choices in datagrid options ("rowCount")
- added URLs to jQuery Bootgrid’s JS an CSS resources in configuration
1.1.1
- Improved Laravel integration
- Improved jQuery Bootgrid integration
- Added tests
- Moved SimpleApiResponse to it's own package