expandableRowsOnClick on MUIDataTableOptions of mui-datatables (#37371)

This commit is contained in:
Stefanos Hadjipetrou 2019-08-05 23:45:17 +03:00 committed by Nathan Shively-Sanders
parent 4d31635bcd
commit 9a962ba5ec

View File

@ -148,6 +148,7 @@ export interface MUIDataTableOptions {
downloadOptions?: { filename: string; separator: string };
elevation?: number;
expandableRows?: boolean;
expandableRowsOnClick?: boolean;
filter?: boolean;
filterType?: FilterType;
fixedHeader?: boolean;