90 Commits
Author SHA1 Message Date
AllenFang 67ed2e6c80 Publish
- react-bootstrap-table2-editor@1.2.2
 - react-bootstrap-table2-example@1.0.10
 - react-bootstrap-table2-filter@1.1.0
 - react-bootstrap-table2-paginator@1.0.4
 - react-bootstrap-table-next@1.4.1
2018-11-10 17:19:43 +08:00
AllenFang c6ea19fe8a enhance for #649 2018-11-10 15:53:20 +08:00
EricH 68264b45ce fix #641 typo 2018-11-05 07:09:39 -07:00
AllenFang e251068657 Publish
- react-bootstrap-table2-example@1.0.9
 - react-bootstrap-table2-filter@1.0.2
 - react-bootstrap-table-next@1.4.0
2018-11-05 00:11:59 +08:00
AllenFang a0ba41c103 patch docs for #641 2018-11-04 16:32:13 +08:00
AllenFang 98a04a5710 fix #641 2018-11-04 16:24:34 +08:00
AllenFang b1e5c0cb20 Publish
- react-bootstrap-table2-editor@1.2.0
 - react-bootstrap-table2-example@1.0.7
 - react-bootstrap-table2-filter@1.0.1
 - react-bootstrap-table-next@1.3.0
2018-10-14 23:49:57 +08:00
Benjamin CavyandAllen e77cbdb2df Add MULTISELECT filter type in filter doc (#606) 2018-10-14 13:32:36 +08:00
AllenFang 3ec849bd94 Publish
- react-bootstrap-table2-editor@1.0.0
 - react-bootstrap-table2-example@1.0.0
 - react-bootstrap-table2-filter@1.0.0
 - react-bootstrap-table2-overlay@1.0.0
 - react-bootstrap-table2-paginator@1.0.0
 - react-bootstrap-table2-toolkit@1.0.0
 - react-bootstrap-table-next@1.0.0
2018-08-04 16:03:04 +08:00
AllenFang d5d8c54d98 fix React doesn't allow Date Object as children 2018-08-01 20:26:01 +08:00
AllenFang 2ec55f6de9 patch for default sort and filter have potential issue when remote 2018-08-01 20:26:01 +08:00
AllenFang c36aa24c65 fix filter context tests broken due to missing onExternalFilter 2018-08-01 20:26:00 +08:00
AllenFang 18b785d655 update peer dependencies for react react-dom 2018-08-01 20:26:00 +08:00
AllenFang 78ea63074e fix bug for default sort and filter have potential issue when remote is enable 2018-08-01 20:26:00 +08:00
AllenFang c13b3fa197 patch test for editor, filter, pagination 2018-08-01 20:26:00 +08:00
AllenFang 8f4dc9907a implement filter context 2018-08-01 20:17:17 +08:00
AllenFang 37e79a654b Publish
- react-bootstrap-table2-example@0.1.12
 - react-bootstrap-table2-filter@0.3.2
2018-08-01 19:54:44 +08:00
AllenFang 38d3e2df05 patch docs for multiselect filter 2018-07-31 16:57:34 +08:00
AllenFang 4e204f1ccd refine multiselect 2018-07-31 16:55:17 +08:00
AllenandGitHub 01cf69392f Merge pull request #438 from Ignalion/multiselectv2
Multiselectv2
2018-07-31 16:29:19 +08:00
AllenFang 7d7688582b Publish
- react-bootstrap-table2-filter@0.3.1
2018-07-30 23:27:23 +08:00
ignalion 485503c54d Added correct handling of empty selection (first line) 2018-07-29 15:45:58 +03:00
ignalion 3c37716dd2 little fix for curly brace 2018-07-29 15:45:58 +03:00
ignalion 1a7f86a321 Added tests for multiselect filter 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 JohnsonandAllen 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
NathanandGitHub 90d03676ad import numberFilter in numberFilter example 2018-07-16 18:06:51 -04:00
AllenFang 258ea43225 Publish
- react-bootstrap-table2-example@0.1.10
 - react-bootstrap-table2-filter@0.3.0
 - react-bootstrap-table2-paginator@0.1.5
 - react-bootstrap-table-next@0.1.14
2018-06-24 22:42:50 +08:00
AllenFang eb74625835 patch docs for custom filter 2018-06-24 15:15:57 +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 64df3e1fae Publish
- react-bootstrap-table2-example@0.1.9
 - react-bootstrap-table2-filter@0.2.0
 - react-bootstrap-table2-overlay@0.1.2
 - react-bootstrap-table2-paginator@0.1.4
 - react-bootstrap-table-next@0.1.13
2018-06-04 13:53:02 +08:00
AllenFang 36e754b6bc patch docs 2018-06-03 22:58:03 +08:00
AllenFang 4da8ba7ecc patch docs for date filter 2018-06-03 14:24:20 +08:00
AllenFang c3f279fb0c patch tests for date filter 2018-06-03 14:04:06 +08:00
AllenFang fc1f75cfac implement date filter 2018-06-03 14:02:39 +08:00
AllenFang a50148fe85 Publish
- react-bootstrap-table2-example@0.1.8
 - react-bootstrap-table2-filter@0.1.7
 - react-bootstrap-table-next@0.1.11
2018-05-14 23:09:49 +08:00
AllenFang ed2ba2a5c5 fix #334 2018-05-14 22:44:28 +08:00
AllenandGitHub 888aa1d08b fix #303 (#330) 2018-05-10 14:07:24 +08:00
AllenFang 4db4f4fb2d Publish
- react-bootstrap-table2-example@0.1.6
 - react-bootstrap-table2-filter@0.1.6
 - react-bootstrap-table-next@0.1.8
2018-04-15 21:25:09 +08:00
AllenandGitHub 1d7df6819e 2018/04/01 release
2018/04/01 release
2018-04-15 21:21:50 +08:00
Chun-MingChen a82e611358 [test] add test for pogrammatically filter 2018-04-04 17:58:19 +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 a35701fabf [test] correct test for filter wrapper 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