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
59 stars 20 forks source link

Rename Filter.onFilter to Filter.onFilterChange #151

Closed luizgdi closed 2 years ago

luizgdi commented 2 years ago

All of the other components props for onChange have the suffix, so I thought it would be good to have in this one as well, I @deprecated the onFilter, kept support for it but onFilterChange have priority. Let me know if more changes needed!

luizgdi commented 2 years ago

done! I realized there was another usage a few lines below, updated it as well