inertiajs-tables-laravel-query-builder
inertiajs-tables-laravel-query-builder copied to clipboard
Inertia.js Tables for Laravel Query Builder
Hi! First of all, thanks for this awesome package. All is working like a charm with normal implementation but now my project has the following requirement: ```js // Edit Customer...
Hello guys, I integrated the table in my Vue page and the search and the filter layout is a mess, not flexible like
This project is really nice. I can even see that my customers will like it ! But I can even see they will love the feature that allow to hide...
Hi This is a pull request so the terms "Search" (placeholder in the global search field) and "Reset" (text of the Reset button) are set in the translation settings. This...
Dear Devs, First off thank you very much for this package, it has been fun learning to implement this. I am relatively new with VUE. I successfully implemented your package,...
Added a dark theme with Tailwind using prefers-color-scheme CSS media feature
Add a prop that enables the customisation of the active state of some elements like the filter & hide columns buttons + the sorting indicator.
The example in the readme used a wrong prop name.
I was about to investigate why tables tend to flicker on page change and set up a very simple table. My controller: public function test(Request $request) { $elements = QueryBuilder::for(Something::class)...