Hello,
how translate buttons "filter rows" and others ???
@amanmahajan7 any solution?
There is no built it support for translations at the moment. You can however customize Toolbar and pass custom text props
toolbar={<Toolbar enableFilter={true} [filterRowsButtonText](url)={translate('FilterRow')}/>}
For Search you can specify a custom column.filterRenderer and customize the text.
@amanmahajan7 you have example to search?
@amanmahajan7 i not have idea to translate search field, you have any example for this??
@amanmahajan7 thanks for the solution workds perfectly :ok_hand: . One thing though the searchable fields are still not translated and that I suppose will be slightly more difficult to deal with. (and possibly the only solution is to get a custom Toolbar going)

Most helpful comment
There is no built it support for translations at the moment. You can however customize
Toolbarand pass custom text propsFor
Searchyou can specify a customcolumn.filterRendererand customize the text.