Hi,
The tableColumns array in my code defines the configuration for the columns of a table component. It specifies how each column of the table should behave, what data it should display, and how that data should be formatted or presented. Each object in the tableColumns array corresponds to a single column in the table, containing properties that control its appearance and functionality.
I would like to use a component as a template for text, which when clicked, pops up a modal.
is it possible to directly use a component in a template like in the case below?
Thanks in advance for your help