Dynamically determine cell type for column

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,

@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!

Hi there! I agree with @ScottR. I don't believe this is currently possible :disappointed:

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?