I have a datatable with dynamically generated data, i use a custom component for each cell
for the custom component i have bound unique key to an id column.
how to access that unique key whenever I want? for example, if I want to display it when a cell(component) is clicked?
as from documentation
But How to access it?