[mui-datatables] (#35123)

typo in the method isRowSelectable
This commit is contained in:
ANDERSON DE FARIA SILVA
2019-04-30 21:43:49 -07:00
committed by Wesley Wigham
parent f41b3b4ac0
commit 3fa1a06771
+1 -1
View File
@@ -122,7 +122,7 @@ export interface MUIDataTableOptions {
textLabels?: MUIDataTableTextLabels;
pagination?: boolean;
selectableRows?: boolean;
IsRowSelectable?: (dataIndex: number) => boolean;
isRowSelectable?: (dataIndex: number) => boolean;
resizableColumns?: boolean;
expandableRows?: boolean;
renderExpandableRow?: (rowData: string[], rowMeta: { dataIndex: number; rowIndex: number }) => React.ReactNode;