inertiajs-tables-laravel-query-builder
inertiajs-tables-laravel-query-builder copied to clipboard
Can you guys add support to the attribute appending feature supported by spatie 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)
+1
This is possible with V2
->column(key: 'full_name', label: 'Full name)