Precisely, I am accessing the data on click event by the coords.row, but after applying the filter, the row indices are reset for the filtered elements.
Like if data is originally on 7th row in a table, having index=8. But, after applying filter, if it’s on top, the index will become 0, though it’s original position in data is still index=8, which causes inappropriate data mapping.
Kindly let me know the solution, I searched in forums and saw multiple similar issues, but none particularly guides in that way.