hyojin / material-ui-datatables

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

A property for toggling search field in header #35

Closed Yuvaleros closed 7 years ago

Yuvaleros commented 7 years ago

Is it possible to add a property that shows the search field in the header initially? At this point, you must press the filter button for the search field to appear.

hyojin commented 7 years ago

@Yuvaleros So far, no. search filed is stateful, but it might be changed to fully stateless in the future. the other option is to hide default header and to put your component instead of it.

hyojin commented 7 years ago

Implemented on v0.18.2