We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f537897 commit 1876a6fCopy full SHA for 1876a6f
2 files changed
public/r/data-grid.json
src/hooks/use-data-grid.ts
@@ -563,8 +563,7 @@ function useDataGrid<TData>({
563
564
for (const cellKey of selectedCellsArray) {
565
const { rowIndex, columnId } = parseCellKey(cellKey);
566
-
567
- // Skip non-navigable columns (like "select", "actions")
+
568
if (columnId && NON_NAVIGABLE_COLUMN_IDS.has(columnId)) {
569
continue;
570
}
0 commit comments