inertiajs-tables-laravel-query-builder
inertiajs-tables-laravel-query-builder copied to clipboard
Inertia.js Tables for Laravel Query Builder
This is the documentation in the spatie website https://spatie.be/docs/laravel-query-builder/v3/features/appending-attributes The goal is to make the Table component able to request custom attributes from the backend (for example fullname)
Hi, I just upgraded to 2.0 and everythink works fine except the v-show="show('colume')" on a custom head/body. Renamed `showColumn` to `show` as described. `[Vue warn]: Property "show" was accessed during...
Will you add support for multi select or multiple values for filter?
Is there any support for filters by date and date range?
This feature is missing in documentation #26
Is this package does not work with Inertia JS? ``` E:\Projects\dymlab>node public/js/ssr.js Starting SSR server... Server started. E:\Projects\dymlab\node_modules\@protonemedia\inertiajs-tables-laravel-query-builder\js\index.js:1 import iwqb from './InteractsWithQueryBuilder.vue'; ^^^^^^ SyntaxError: Cannot use import statement outside a...
When using the search filter, if you have a space in your search string it gets deleted initially. If you hit space again slowly, it will stay. When another space...
I did not know if it is an issue or just a edge case or a bad implementation of mine. I can not make work the filter select: ## Backend...
Fix typo in README.md
I am using version 2.0.0 and I get this warning which crashes the browser in a production build: `[Vue warn]: Maximum recursive updates exceeded in component . This means you...