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:
Alex Berk 2019-09-24 10:53:01 -07:00 committed by Michael Crane
parent f4b3251354
commit 2b19198885

View File

@ -194,6 +194,7 @@ export interface MUIDataTableOptions {
rowsExpanded?: any[];
rowsSelected?: any[];
search?: boolean;
searchPlaceholder?: string;
searchText?: string;
selectableRows?: SelectableRows;
selectableRowsOnClick?: boolean;