-
Notifications
You must be signed in to change notification settings - Fork 39
Home
leantony edited this page Apr 7, 2018
·
2 revisions
This laravel package allows rendering of data via a tabular format (grid). The grid uses bootstrap classes to style the table
elements. Icons used are from font-awesome
, and most of the functionality is inspired by the yii2's framework's gridview widget.
- Grid generation via a laravel command.
- Full export functionality - (to pdf, csv, and excel. Relies on the
maatwebsite/excel
package) - Bootstrap modal support
- Customizable column filters (supports text, date, date-range, dropdowns)
- Adding of dynamic column names (that do not exist on the actual eloquent models)
- Raw HTML support for the column data
- Customizable global search
- Attribute sorting
- Dynamic addition, removal and disabling of buttons
- Dynamic manipulation of row and column HTML classes
- pjax support
- Pagination