react-bootstrap-table2/packages/react-bootstrap-table2-filter/src
Nixon Kwok 4501ddb632 Fix textFilter() for Internet Explorer (includes() and find() are not supported) (#274)
* Fix textFilter() for Internet Explorer 11
- replace includes() with indexOf() !== -1
- replace find() with for loop

* Requested changes; more readability with for loop
- use .length of the columns instead of the Object.keys()
2018-04-01 13:30:59 +08:00
..
components fix #195 2018-02-10 17:00:29 +08:00
comparison.js implement number filter 2018-02-10 15:43:22 +08:00
const.js implement number filter 2018-02-10 15:43:22 +08:00
filter.js Fix textFilter() for Internet Explorer (includes() and find() are not supported) (#274) 2018-04-01 13:30:59 +08:00
wrapper.js case insensitive text filter (#190) 2018-02-10 16:17:45 +08:00