Hello!
I have a column admin input
that depending on the row should be a different type. For example:
Category,Admin Input
Customer Name -> string
Customer Birthdate -> datepicker
Favorite Number -> numeric
...
Is there a way to achieve this? Ideally I want to be able to display a datepicker
for the birthday scenario.
Thanks,
ScottR
February 7, 2023, 5:43pm
#2
@kennyretool I don't believe that this is possible. Perhaps consider building your app another way? Any additional information you can provide will help the forum help you!
Tess
February 7, 2023, 10:18pm
#3
Hi there! I agree with @ScottR . I don't believe this is currently possible
I'd be curious to hear more about the use case. For example, could this be solved with the individual components instead of a table?