mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
expandableRowsOnClick on MUIDataTableOptions of mui-datatables (#37371)
This commit is contained in:
committed by
Nathan Shively-Sanders
parent
4d31635bcd
commit
9a962ba5ec
1
types/mui-datatables/index.d.ts
vendored
1
types/mui-datatables/index.d.ts
vendored
@@ -148,6 +148,7 @@ export interface MUIDataTableOptions {
|
||||
downloadOptions?: { filename: string; separator: string };
|
||||
elevation?: number;
|
||||
expandableRows?: boolean;
|
||||
expandableRowsOnClick?: boolean;
|
||||
filter?: boolean;
|
||||
filterType?: FilterType;
|
||||
fixedHeader?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user