inertiajs-tables-laravel-query-builder
inertiajs-tables-laravel-query-builder copied to clipboard
Inertia.js Tables for Laravel Query Builder
error during build: Error: [vite]: Rollup failed to resolve import "@popperjs/core/lib/popper-lite" from "node_modules/@protonemedia/inertiajs-tables-laravel-query-builder/dist/inertiajs-tables-laravel-query-builder.es.js". This is most likely unintended because it can break your application at runtime. "devDependencies": { "@inertiajs/inertia": "^0.11.0",...
It'd be a nice to be able configure column sorting to sort null values last regardless of whether you are sorting in ascending or descending order.
I tried my first table with relation columns and I can't get them to work properly. ```php // This column returns the entire provider_type object column(key: 'provider_type', label: 'Type', canBeHidden:...
It seems that Laravel Mix (strict configurations of webpack?) require that imports have a .js extension. I was able to tweak the `dist/inertiajs-tables-laravel-query-builder.es.js` to use the .js extenstions for all...
Hi, I tend to fiddle around and mess with parameters to check if not-so-friendly-users can manipulate things they should not be able to, so I tested 0 and -1 for...
is there any way to achieve a price range filter for example ? 2 inputs for min & max price
I think it would be helpful to have an option to specify a prefix for all Tailwind classes. This would allow users to better organize their styles and avoid conflicts...
Hi there! First of all, thank you for your contribution to the community with this package. I'm using this package in a small project, and at some point i needed...
style
can I able to change style maximum width based on cell
-It's fine when it has filter widget but, when we don't have filter widget, the search input style looks not good as following. This fix will make it looking better...