F
Filament15mo ago
pratik

Key value column implementation for settings table

I have settings table with two columns key and value . I want a setting resource to set multiple keys and have users input values for value field of respective keys. Each key value is an individual record in the table. How to achieve this with settingResource, what fields to use ?
1 Reply
Dan Harrin
Dan Harrin15mo ago
i wouldnt use a resource use a custom page with the form builder or something prebuilt like the Spatie Settings plugin