mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
expandableRowsOnClick on MUIDataTableOptions of mui-datatables (#37371)
This commit is contained in:
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user