Skip to content

Commit 1876a6f

Browse files
committed
chore: rebuild registry
1 parent f537897 commit 1876a6f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

public/r/data-grid.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/hooks/use-data-grid.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,7 @@ function useDataGrid<TData>({
563563

564564
for (const cellKey of selectedCellsArray) {
565565
const { rowIndex, columnId } = parseCellKey(cellKey);
566-
567-
// Skip non-navigable columns (like "select", "actions")
566+
568567
if (columnId && NON_NAVIGABLE_COLUMN_IDS.has(columnId)) {
569568
continue;
570569
}

0 commit comments

Comments
 (0)