arthurpar
Creating a Hybrid Column for Dynamic Display/Edit of Settings
Hi,
I'm currently working on creating a resource for my settings, and I plan to use only the List page of my resource to display and edit these settings. The challenge I'm facing is that some of my settings are strings, some are booleans, and others are choices made from select options. Is there a way to create a hybrid column that displays either a SelectColumn for selects, a ToggleColumn for booleans, or just a TextInputColumn for strings based on the type of the setting?
Otherwise I think I can do it via the FormBuilder and an Edit Page / a modal but I would prefer to make it easier. If it's just modifying a string I would like us to type directly in a TextInputColumn and not go into a modal then type then click on validate etc.
Thanks in advance
21 replies