Skip to content

Commit

Permalink
fix: fix warning virtualIndex in MRT_TableBodyCell
Browse files Browse the repository at this point in the history
  • Loading branch information
dangkhoa99 committed Jan 2, 2024
1 parent 6643ad3 commit 589ff78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const MRT_TableBodyRow = <TData extends MRT_RowData>({
rowIndex,
rowRef,
table,
virtualIndex: columnVirtualizer
virtualColumnIndex: columnVirtualizer
? (cellOrVirtualCell as VirtualItem).index
: undefined,
};
Expand Down

0 comments on commit 589ff78

Please sign in to comment.