hyojin / material-ui-datatables

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

Show search bar prop #44

Open advance512 opened 7 years ago

advance512 commented 7 years ago

Hi there,

Any chance you'll add a prop that allows to always (by default) show the search bar or always hide the search bar (as it is right now)?

That is, toggle default mode from 'normal' to 'filter' in the implementation.

hyojin commented 7 years ago

@advance512 Hi, currently no. I think we can add 2 props for this. The first is to set default mode to normal or filter, and the other is to show filter icon or not to show. Is there any thing else that we might need?

advance512 commented 7 years ago

No, just this. Can we do it? :)

hyojin commented 7 years ago

Sure. but I'm focusing on the other project now, so maybe it takes time.

advance512 commented 7 years ago

@hyojin fyi, your table is the main table in https://app.perfpie.com

hyojin commented 7 years ago

@advance512 I love to hear that! I've tried to sign in, but I'm hesitating to create account. lol Btw, now we have 3 props to handle header toolbar, headerToolbarMode and filterValue and showHeaderToolbarFilterIcon. please check it on v0.18.2

advance512 commented 7 years ago

Will do.