mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add searchPlaceholder (#38468)
table option was merged in release 2.10.0 https://github.com/gregnb/mui-datatables/pull/852
This commit is contained in:
parent
f4b3251354
commit
2b19198885
1
types/mui-datatables/index.d.ts
vendored
1
types/mui-datatables/index.d.ts
vendored
@ -194,6 +194,7 @@ export interface MUIDataTableOptions {
|
||||
rowsExpanded?: any[];
|
||||
rowsSelected?: any[];
|
||||
search?: boolean;
|
||||
searchPlaceholder?: string;
|
||||
searchText?: string;
|
||||
selectableRows?: SelectableRows;
|
||||
selectableRowsOnClick?: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user