Stable version 2.0 release
stable version 2.0 is now out. The following features have been added
- Bootstrap 4 support
- Removal of blockUI from dependency set
- SASS and es6 support for pre-built assets. (Built assets now exist in the resources/assets/dist folder)
- New export options added - html and json
- Use of laravel events to handle exporting, filtering, sorting and pagination of the grid
- Support simple pagination option
- Initial working setup for unit testing. This forms a baseline for proper testing of the codebase
- Adding of documentation on github pages
- Adding of a modal facade to help in quick creation of modal pages
- Support modal resizing
- Sort toggling (between ascending and descending order)
- Support for plain attributes for columns. E.g now you can specify a grid column as just
email
for instance, without adding any other value attributes and it will work just fine - Better datepicker support
- Other minor optimizations