laravel-generator icon indicating copy to clipboard operation
laravel-generator copied to clipboard

Add datagrid option

Open shemgp opened this issue 7 years ago • 2 comments

#295 Here's code for a feature to use https://github.com/aginev/datagrid for displaying the index page of a CRUD. It enables sorting and filtering. It uses the Repository to do that. It needs stubs from core-templstes (https://github.com/InfyOmLabs/core-templates/compare/develop...shemgp:develop)

Thank you for considering this pull request.

shemgp avatar Sep 16 '16 02:09 shemgp

Updated to fix styling issues and missing stubs

shemgp avatar Sep 16 '16 02:09 shemgp

Moved the datagrid filter to Repository filters converter to a trait so the function doesn't need to be copied to all controllers when scaffolding.

shemgp avatar Sep 16 '16 03:09 shemgp