HI. Is there some possibility to add placeholder for "Search" input?
This is done with 1.36.4
@mbrn seems to be missing from https://github.com/mbrn/material-table/blob/master/types/index.d.ts
localization={{
toolbar: {
searchPlaceholder: 'Placeholder'
}
}}
it works
Most helpful comment
localization={{ toolbar: { searchPlaceholder: 'Placeholder' } }}it works