imballinst / react-bs-datatable

Bootstrap datatable without jQuery. Features include: filter, sort, pagination, checkbox, and control customization.
https://imballinst.github.io/react-bs-datatable
MIT License
60 stars 20 forks source link

How to set filter search box placeholder #18

Closed satheesh1997 closed 5 years ago

imballinst commented 5 years ago

Currently there isn't one. How about if it's set up in the labels prop? So it's like:

<Datatable
  labels={{
    filterPlaceholder: 'Search input here...'
  }}
/>
imballinst commented 5 years ago

Does this satisfy your needs? https://codesandbox.io/s/j4pwq6nlyw @satheesh1997

If yes, I'll merge https://github.com/Imballinst/react-bs-datatable/pull/20 to master.

satheesh1997 commented 5 years ago

Yes @Imballinst it works

imballinst commented 5 years ago

Merged the PR. Please re-install the package with version 1.2.5 (it should be 1.2.4 but I messed up the beta versioning earlier)