inertiajs-tables-laravel-query-builder icon indicating copy to clipboard operation
inertiajs-tables-laravel-query-builder copied to clipboard

Can you guys add support to the attribute appending feature supported by spatie query builder ?

Open nidhalkratos opened this issue 4 years ago • 2 comments

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)

nidhalkratos avatar Nov 10 '21 21:11 nidhalkratos

+1

cardentey avatar Dec 28 '21 10:12 cardentey

This is possible with V2

->column(key: 'full_name', label: 'Full name)

mauricehofman avatar Jul 11 '22 10:07 mauricehofman