AllenFang
fc1f75cfac
implement date filter
2018-06-03 14:02:39 +08:00
AllenFang
ed2ba2a5c5
fix #334
2018-05-14 22:44:28 +08:00
Allen
888aa1d08b
fix #303 ( #330 )
2018-05-10 14:07:24 +08:00
Chun-MingChen
c64951fd6f
[test] correct tests for filter components
...
* <Text />, <Select /> and <Numbner />
2018-04-04 17:58:19 +08:00
Chun-MingChen
f54c1f77b4
display filter condition correctly and make sure text filter to be String
2018-04-04 17:58:19 +08:00
Chun-MingChen
377534512a
rename props and variable in samples for better readability
2018-04-04 17:45:56 +08:00
Chun-MingChen
4dd39aeed8
export onFilter function to allow user to access
2018-04-04 17:45:56 +08:00
Chun-MingChen
a1477e2ad3
filter column by new onFilter
2018-04-04 17:45:56 +08:00
Chun-MingChen
f34cb4bf63
allow user to filter column without inputField
...
* wrap onFilter to HOF to allow filter dynamically
2018-04-04 17:45:56 +08:00
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
AllenFang
a0af964d76
fix #195
2018-02-10 17:00:29 +08:00
Allen
865be93ef7
refine caseSensitive for filter ( #201 )
2018-02-10 16:54:01 +08:00
makenova
65a596a0e9
case insensitive text filter ( #190 )
...
* case insensitive text filter
* optional case insensitive filter
2018-02-10 16:17:45 +08:00
AllenFang
28a1077bad
implement number filter
2018-02-10 15:43:22 +08:00
AllenFang
3f2c6201d9
implement select filter
2018-01-30 23:20:47 +08:00
AllenFang
045ca4adb0
fix bug when remote pagination have same filter conds but change pages will cause data doesnt reflect
2018-01-21 17:12:07 +08:00
AllenFang
a2d082babf
due to container will always set source data via store.setAllData so that handle the filtered data in the filter wrapper
2018-01-21 15:44:11 +08:00
AllenFang
3a8390c49e
react-bootstrap-table2-example depend other packages via webpack resolver instead of node modules
2018-01-14 18:29:27 +08:00
AllenFang
a50a12426a
refine remote cell edit
2018-01-04 23:42:17 +08:00
AllenFang
fb81595f73
refactoring wrapper mechanism
2017-12-25 17:32:14 +08:00
AllenFang
c4eb2f835f
refine remote mode on filter and pagination
2017-12-24 16:16:40 +08:00
AllenFang
ad98cfe1a8
implement column.filterValue
2017-12-16 17:55:25 +08:00
AllenFang
00185b80ca
add react-bootstrap-table2-filter
2017-12-16 17:55:25 +08:00
AllenFang
7016e55472
implement filter
2017-12-16 15:16:03 +08:00