protonemedia / inertiajs-tables-laravel-query-builder

Inertia.js Tables for Laravel Query Builder
https://protone.media/en/blog/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder
MIT License
438 stars 123 forks source link

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

Open nidhalkratos opened 2 years ago

nidhalkratos commented 2 years ago

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)

cardentey commented 2 years ago

+1

mauricehofman commented 2 years ago

This is possible with V2

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