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
475f8c67b0
Added some examples for multi-select 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 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
Allen
ecaf439e66
Merge pull request #420 from nthgol/patch-1
...
import numberFilter in numberFilter example
2018-07-19 10:15:57 +08:00
Nathan
90d03676ad
import numberFilter in numberFilter example
2018-07-16 18:06:51 -04:00
Jeremy Nagel
f35d644608
[BUGFIX] Fix issue with missing onChange prop for selection checkbox
2018-07-16 11:18:02 +10:00
AllenFang
2585a62697
Publish
...
- react-bootstrap-table2-example@0.1.11
- react-bootstrap-table2-paginator@0.1.6
- react-bootstrap-table-next@0.1.15
2018-07-15 16:08:59 +08:00
Allen
6afe58a081
Merge pull request #415 from react-bootstrap-table/develop
...
20180715 release
2018-07-15 16:02:47 +08:00
Allen
6f5bd1a13d
fix #394 ( #414 )
2018-07-15 14:43:29 +08:00
Allen
85a9ab72af
fix #402 ( #412 )
2018-07-15 14:18:21 +08: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
Allen
7a7b708029
Merge pull request #390 from react-bootstrap-table/develop
...
20180624 release
2018-06-24 22:40:15 +08:00
Allen
0cf89861af
Merge pull request #389 from react-bootstrap-table/feat/custom-filter
...
Implement custom filter
2018-06-24 15:33:22 +08:00
AllenFang
eb74625835
patch docs for custom filter
2018-06-24 15:15:57 +08:00
AllenFang
cbaec4c655
add stories for custom filter
2018-06-24 15:04:59 +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
279cc25da0
Merge branch 'develop' of https://github.com/react-bootstrap-table/react-bootstrap-table2 into develop
2018-06-24 13:16:07 +08:00
AllenFang
1152bb8440
fix #380
2018-06-23 13:49:38 +08:00
AllenFang
88befb8136
fix #380
2018-06-23 13:47:53 +08:00
Allen
42c6bc0337
Merge pull request #371 from sean-ww/fix/remote-filtered-pagination
...
Prevent remote pagination from setting the page incorrectly
2018-06-23 12:59:02 +08:00
sean
6e753bb955
Prevent remote pagination from setting the page incorrectly
2018-06-06 15:11:54 +02: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
Allen
5cdd1ad093
20180604 release #366 from react-bootstrap-table/develop
...
20180604 release
2018-06-04 13:49:03 +08:00
AllenFang
36e754b6bc
patch docs
2018-06-03 22:58:03 +08:00
AllenFang
6730dcf60d
fix overlay test bugs
2018-06-03 22:52:15 +08:00
AllenFang
fb54809dc9
fix docs
2018-06-03 21:36:09 +08:00
AllenFang
d43c622fdb
fix docs
2018-06-03 21:31:13 +08:00
AllenFang
7253d7a1d7
fix overlay tests
2018-06-03 20:40:31 +08:00
AllenFang
a6daa50417
improve overlay wrapping
2018-06-03 15:50:10 +08:00
AllenFang
b11019ce20
fix #358
2018-06-03 14:49:58 +08:00
Allen
dda47f7b7d
Merge pull request #365 from react-bootstrap-table/feat/349
...
Feat/349
2018-06-03 14:39:22 +08:00
AllenFang
4da8ba7ecc
patch docs for date filter
2018-06-03 14:24:20 +08:00
Allen
2ff0b27747
Merge pull request #359 from sean-ww/feature/pagination-total
...
Adding custom pagination total
2018-06-03 14:18:50 +08:00
AllenFang
c3f279fb0c
patch tests for date filter
2018-06-03 14:04:06 +08:00
AllenFang
06bcf1edca
add stories for date filter
2018-06-03 14:03:38 +08:00
AllenFang
fc1f75cfac
implement date filter
2018-06-03 14:02:39 +08:00
sean
1cf12ab707
paginationTotal renamed to paginationTotalRenderer
2018-06-02 10:43:56 +02:00
Allen
288ccc1049
Merge pull request #364 from react-bootstrap-table/feat/351
...
Fix #351
2018-06-02 15:37:51 +08:00
AllenFang
f13c139f63
patch docs for custom selection
2018-06-02 15:27:10 +08:00
AllenFang
e72ad0586e
add story for custom selection column
2018-06-02 15:20:57 +08:00
AllenFang
c2044fe8b5
patch test for selection box
2018-06-02 15:20:40 +08:00
AllenFang
a7b3690a7c
custom selection box
2018-06-02 15:20:19 +08:00
Amol Udage
68afc348db
fixes sorting issue ( #354 )
...
+ when remote sort is true then disable client side sorting
2018-06-02 13:21:25 +08:00
sean-ww88
5404124a78
Added missing commas on the custom pagination example
2018-05-30 17:35:27 +02:00
sean-ww88
d592871c0d
Adding custom pagination total
2018-05-30 17:29:58 +02:00
AllenFang
6019e550fd
Merge branch 'develop' of https://github.com/react-bootstrap-table/react-bootstrap-table2 into develop
2018-05-28 18:07:31 +08:00
AllenFang
765a49fb07
Publish
...
- react-bootstrap-table-next@0.1.12
2018-05-23 22:44:40 +08:00