Hello i have a datatable on which i am implementing a click event on any individual element of the table which will open a new popup based on the row/column from where it was clicked. how do i send a callback on click along with extra data which includes other column details of the same row,basically on every click i want to send the first column element to backend as identifier to drilldown?