TeamWertarbyte / material-ui-search-bar

Material design search bar
https://mui.wertarbyte.com/#material-ui-search-bar
MIT License
261 stars 82 forks source link

Integration with DataGrid #94

Closed w0rldart closed 3 years ago

w0rldart commented 3 years ago

Is this extension compatible with DataGrid? I've had a play with it, but I couldn't get it to work with DataGrid, meaning the search does not filter the data at all.

leMaik commented 3 years ago

Maybe it is, but you'd have to wire up the value from this component with the filtering logic from the data grid yourself.

It's out of scope for this project but if you get it to work and can provide a code sandbox with an example, that would be cool :+1: