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:
@@ -741,7 +741,7 @@ export function mapFrameToDataGrid({
|
||||
timeRange={timeRange ?? getDefaultTimeRange()}
|
||||
height={defaultRowHeight}
|
||||
justifyContent={justifyColumnContent}
|
||||
rowIdx={rowIdx}
|
||||
rowIdx={sortedRows[rowIdx].__index}
|
||||
shouldTextOverflow={() =>
|
||||
shouldTextOverflow(
|
||||
key,
|
||||
|
||||
Reference in New Issue
Block a user