hyojin / material-ui-datatables

An another React Data tables component.
MIT License
165 stars 58 forks source link

Search with specific key #41

Closed kavimaluskam closed 7 years ago

kavimaluskam commented 7 years ago

I would like to implement search with specific key, and so some tuning like auto complete, or select bar within it.

Sorry but may i ask if there are any hints for the customization on the search bar?

hyojin commented 7 years ago

@kavimaluskam So far there is no interface to customize the search bar. I think the simplest way is to hide default header and to put your component instead of it.

hyojin commented 7 years ago

Implemented #44