Posted 23 October 2024, 5:54 am EST - Updated 23 October 2024, 6:02 am EST
I want to find the visible row index of data item when grouping and sorting. If grouping or soring changes the order of row, the code below can not return right result.
const dataIndex = 1
const rowIndex = grid.rows.find(row => row.dataIndex === dataIndex).index