inertiajs-tables-laravel-query-builder
inertiajs-tables-laravel-query-builder copied to clipboard
Inertia.js Tables for Laravel Query Builder
I wish to know the proper way to write a querybuilder request for inertia table which can make me use foreign fields in the table. (As weel as fields concatanations)....
i suppose it's linked to popperjs being now merged into floating-ui ``` ERROR in ./node_modules/@protonemedia/inertiajs-tables-laravel-query-builder/dist/inertiajs-tables-laravel-query-builder.es.js 2:0-68 Module not found: Error: Can't resolve '@popperjs/core/lib/popper-lite' in '/Users/olivm/Workspace/OraalgoNext/node_modules/@protonemedia/inertiajs-tables-laravel-query-builder/dist' Did you mean 'popper-lite.js'? BREAKING...
Hey, Currently I can't `import { Table } from '@protonemedia/inertiajs-tables-laravel-query-builder'` without using `@ts-ignore`, because the package provides no typings. Would be nice if the package provided TypeScript typings, so `Table`...
Would like to navigate to my detail pages on row click
Hello, I don't know if it's me only, but my reset buttons are not working
When having a resource with many columns, the `ButtonWithDropdown` can get very large. I added a search (filter) to both `ButtonWithDropdown`. I also gave the `ButtonWithDropdown` for `TableAddSearchRow` the same...
Hi, I just upgraded to V2 and it's amazing. The issue with the pagination component comes when rendering the table using `
I need to create a table based on groupby, count it based on the value and show it in the table ` $globalSearch = AllowedFilter::callback('global', function ($query, $value) { $query->where(function...
Hi @pascalbaljet , I have some issue when accessing row index on cell slot. I suggest you to add slot props (index). My reason is I want to process the...