Commit Graph
457 Commits
Author SHA1 Message Date
AllenandGitHub 2f9bedbeeb Merge pull request #323 from react-bootstrap-table/feat/pagination-total
Implement pagination total
2018-05-06 15:16:49 +08:00
AllenFang 01be6fc275 example for #238 2018-05-06 15:08:43 +08:00
AllenFang c20a4bb220 fix #238 2018-05-06 15:08:20 +08:00
AllenandGitHub ed21b3cb65 Merge pull request #322 from react-bootstrap-table/feat/rich-editor
Rich Editors
2018-05-06 14:05:08 +08:00
AllenFang f2a44c976d patch docs 2018-05-06 13:50:59 +08:00
AllenFang ca5189d8ad patch tests for rich editors 2018-05-05 18:18:52 +08:00
AllenFang 03f51c36ac add example for rich cell editor 2018-05-05 18:18:52 +08:00
AllenFang 607202b4e9 implement rich cell editor 2018-05-05 18:18:52 +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
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
AllenandGitHub e4b6993692 fix #302 (#304) 2018-04-15 17:29:17 +08:00
AllenandGitHub b15d7a3412 Merge pull request #287 from react-bootstrap-table/feature/pogrammatically-filter
Feature/programmatically filter
2018-04-15 15:46:54 +08:00
AllenandGitHub b172c6801c fix #228 2018-04-08 21:17:24 +08:00
Chun-MingChen dc1f4dcc38 update travis.yml 2018-04-05 16:35:26 +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 09032349d0 [example] example for programmatically filter by text, number and select 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
AllenFang 3dc9cd3941 Publish
- react-bootstrap-table2-editor@0.1.5
 - react-bootstrap-table2-filter@0.1.5
 - react-bootstrap-table-next@0.1.7
react-bootstrap-table-next@0.1.7 react-bootstrap-table2-editor@0.1.5 react-bootstrap-table2-filter@0.1.5
2018-04-02 23:46:59 +08:00
AllenFang e8458b4b63 Publish
- react-bootstrap-table2-editor@0.1.4
 - react-bootstrap-table2-example@0.1.5
 - react-bootstrap-table2-filter@0.1.4
 - react-bootstrap-table-next@0.1.6
react-bootstrap-table-next@0.1.6 react-bootstrap-table2-editor@0.1.4 react-bootstrap-table2-example@0.1.5 react-bootstrap-table2-filter@0.1.4
2018-04-01 15:56:53 +08:00
AllenandGitHub 1d87ce9ffc 2018/04/01 release
2018/04/01 release
2018-04-01 15:55:45 +08:00
AllenandGitHub 88e1a0774b fix #281 2018-04-01 14:14:32 +08:00
Patrick O'MearaandAllen 11d4f40089 noDataIndication (#276)
* use the correct amount of cells when the first row is select
* storybook added for development, not necessary in docs

fixes react-bootstrap-table/react-bootstrap-table2#264
2018-04-01 13:34:06 +08:00
Patrick O'MearaandAllen 41dc3ef619 empty noDataIndication when empty (#275)
* don't display unneeded empty row when noDataIndication isn't set
2018-04-01 13:32:24 +08:00
Nixon KwokandAllen 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
AllenandGitHub 05657ee217 Merge pull request #273 from react-bootstrap-table/revert-265-264_indication_no_data
Revert "fix#264: wrong col span when enable selection in a empty tabl…
2018-03-25 17:38:32 +08:00
AllenandGitHub c91f521913 fix #258 (#268) 2018-03-25 16:44:27 +08:00
AllenandGitHub 9ee9c7de43 Revert "fix#264: wrong col span when enable selection in a empty table (#265)"
This reverts commit 42dbd00fd9.
2018-03-25 16:37:27 +08:00
Patrick O'MearaandAllen 42dbd00fd9 fix#264: wrong col span when enable selection in a empty table (#265)
* noDataIndication

* use the correct amount of cells when the first row is select
* storybook added for development, not necessary in docs

fixes react-bootstrap-table/react-bootstrap-table2#264

* eslint complaints

  4:11  error  'columnLen' is never reassigned. Use 'const' instead                   prefer-const
  7:9   error  Expected an assignment or function call and instead saw an expression  no-unused-expressions

* tests updated
2018-03-25 16:36:58 +08:00
AllenFang bd9150f88f Publish
- react-bootstrap-table2-editor@0.1.3
 - react-bootstrap-table2-example@0.1.4
 - react-bootstrap-table-next@0.1.5
react-bootstrap-table-next@0.1.5 react-bootstrap-table2-editor@0.1.3 react-bootstrap-table2-example@0.1.4
2018-03-18 23:07:46 +08:00
AllenandGitHub 3956fbca11 Merge pull request #263 from react-bootstrap-table/develop
2018/03/19 release
2018-03-18 23:03:55 +08:00
NickChenandGitHub 240bcd75c0 Merge pull request #262 from prajapati-parth/update-readme
Add TravisCI badge to README
2018-03-18 17:48:11 +08:00
Chun-MingChen 6de57737ea allow travis to run test for master branch 2018-03-18 17:35:05 +08:00
Parth Prajapati 33a8da701b Add TravisCI badge 2018-03-18 14:28:27 +05:30
AllenFang d5ddd8c3af add selection management example 2018-03-18 16:44:39 +08:00
Chun-MingChen 6f9361934a set state.selectedRowKeys based on store 2018-03-18 16:10:06 +08:00
Parth PrajapatiandAllen 6bc81dddd0 Fixed #237 (#261)
* Fixed #237

* Solved lint errors

* Removed test cases for display: none checks
- added test cases for hidden columns check
2018-03-18 15:42:21 +08:00
AllenFang c11539b9fb [docs] patch id and classes for BootstrapTable 2018-03-18 14:33:11 +08:00
AllenandGitHub 94f1a5ee57 Merge pull request #247 from Chun-MingChen/feature/customized-class-n-id-on-table
customized classes and id on BootstrapTable (#235)
2018-03-18 14:25:55 +08:00
AllenandGitHub de27072ceb Merge pull request #260 from react-bootstrap-table/bugfix/default-selection
Bugfix/default selection
2018-03-18 14:16:49 +08:00
AllenFang 55336108a0 should recieve newest selectRow.selected 2018-03-18 14:07:44 +08:00
Chun-MingChen 923439dc81 correct typo 2018-03-17 17:29:30 +08:00
Chun-MingChen d80ae13513 [test] test for RowSelectionWrapper#componentWillReceiveProps 2018-03-17 17:27:27 +08:00
Chun-MingChen ceebdf5a13 refine store to set selectRow when receiving props 2018-03-17 17:27:27 +08:00
Chun-MingChen 0eda54b772 correct the typo of documents 2018-03-17 16:23:09 +08:00