You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use https://github.com/aginev/datagrid with patches (aginev/datagrid#6) in the generated table.blade.php as it has sorting and filters, etc and would like to have you input on how to go about it. I realize that I probably need to edit generateBladeTableBody() in ViewGenerator.php to make it work I want it also to only be an option and not a replacement. How would I go about it? would you accept an if statement in the generateBladeTableBody() to choose between original and datagrid?
Hello,
Yes, but it only works with js enabled. I tried using datatables and it would not show the data. Probably because of a library problem. Plus, looking at the code, it's hard to customize the columns.
Hopefully, you would you accept a pull request. I kind of have it working locally with a patched Repository (need to patch to make filters filter using AND) and it'll need to add files to core-templates too.
Hello,
I would like to use https://github.com/aginev/datagrid with patches (aginev/datagrid#6) in the generated table.blade.php as it has sorting and filters, etc and would like to have you input on how to go about it. I realize that I probably need to edit generateBladeTableBody() in ViewGenerator.php to make it work I want it also to only be an option and not a replacement. How would I go about it? would you accept an if statement in the generateBladeTableBody() to choose between original and datagrid?
Here's my sample table.blade.php:
Here's the one converted (similar) to using datagrid
Thank you.
The text was updated successfully, but these errors were encountered: