AllenFang
4e204f1ccd
refine multiselect
2018-07-31 16:55:17 +08:00
Allen
01cf69392f
Merge pull request #438 from Ignalion/multiselectv2
...
Multiselectv2
2018-07-31 16:29:19 +08:00
ignalion
485503c54d
Added correct handling of empty selection (first line)
2018-07-29 15:45:58 +03:00
ignalion
26314254be
Added multiselect filter (mostly copied from default select one)
2018-07-29 15:45:58 +03:00
Benny Johnson
6522f6d964
Commented out a check which caused the date filter to not update the ( #425 )
...
table when the date or date comparator were cleared
Modified applyFilter in date.js so that it doesn't try to parse an
Invalid Date. It was parsing an empty string, which caused it to pass
through an invalid date to onFilter, and this wasn't being checked for
properly by the onFilter function. It now checks for the empty string
and passes in null, which is what the onFilter function was actually
checking for
2018-07-25 11:20:35 +08:00
AllenFang
04c21cb63d
implement custom filter
2018-06-24 15:03:46 +08:00
AllenFang
7d72002b6e
fix wrong eslint rule
2018-06-24 13:16:48 +08:00
AllenFang
1152bb8440
fix #380
2018-06-23 13:49:38 +08:00
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