TableNG: Fix sorting (#103215)

* wip sorted rows

* Move rowIdx calculation to TableNG top level

* Remove old unused props

---------

Co-authored-by: drew08t <drew08@gmail.com>
This commit is contained in:
Adela Almasan
2025-04-01 11:28:34 -07:00
committed by GitHub
co-authored by drew08t
parent 7347083f98
commit 4582a45b93
@@ -741,7 +741,7 @@ export function mapFrameToDataGrid({
timeRange={timeRange ?? getDefaultTimeRange()}
height={defaultRowHeight}
justifyContent={justifyColumnContent}
rowIdx={rowIdx}
rowIdx={sortedRows[rowIdx].__index}
shouldTextOverflow={() =>
shouldTextOverflow(
key,