Skip to content

Commit a192707

Browse files
committed
add isRowSelectable to state initializer
Signed-off-by: michel <[email protected]>
1 parent 139a02a commit a192707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/x-data-grid/src/hooks/core/useGridProps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const propsStateInitializer: GridStateInitializer<GridStateProps> = (stat
1212
listView: props.listView,
1313
getRowId: props.getRowId,
1414
isCellEditable: props.isCellEditable,
15+
isRowSelectable: props.isRowSelectable,
1516
},
1617
};
1718
};

0 commit comments

Comments
 (0)