Skip to content

v3.0.0 release PR #1077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 280 commits into from
Feb 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
280 commits
Select commit Hold shift + click to select a range
43f24f9
fix className unassign bug
AllenFang Jul 13, 2016
54e976c
improvement react-modal esc behavior
madeinfree Jul 16, 2016
ec3edc1
fixed ModalRequestClose to handleModalRequestClose
madeinfree Jul 16, 2016
3e7649c
add react-modal
AllenFang Jul 3, 2016
5864883
make react-modal as bootstrap style
AllenFang Jul 3, 2016
c6a92ba
use react-modal phase#1, need remove isOpen from InsertModal
AllenFang Jul 3, 2016
2fa9f07
move isOpen out from InsertModal
AllenFang Jul 4, 2016
269f0a6
fix wrong stateless function
AllenFang Jul 4, 2016
e359edd
modal onSave
AllenFang Jul 9, 2016
cd2e176
add btn contextual and className
AllenFang Jul 9, 2016
8e8485f
modal customization props is func
AllenFang Jul 9, 2016
b9004d7
accept header component on InsertModal
AllenFang Jul 9, 2016
27e2a75
add disableClose props
AllenFang Jul 9, 2016
896544a
export insert modal component
AllenFang Jul 9, 2016
f1b11dd
fix onClose bug & support beforeClose
AllenFang Jul 9, 2016
d9957bd
add custom examples
AllenFang Jul 9, 2016
be2f6b2
custom insert modal header example
AllenFang Jul 9, 2016
41a2c92
fix wrong footerComponent for insert modal
AllenFang Jul 9, 2016
14d2acd
support before save and close
AllenFang Jul 10, 2016
9b61a84
fix missing onSave function
AllenFang Jul 10, 2016
388b86a
example for custom insert modal footer
AllenFang Jul 10, 2016
9059983
make InsertModal accept bodycomponent
AllenFang Jul 10, 2016
8ccc19f
example for custom indert modal body
AllenFang Jul 10, 2016
eaa0ccc
pass onSave to header
AllenFang Jul 10, 2016
da0b193
warning sentence for unimplement for getFieldValue
AllenFang Jul 10, 2016
2998e13
customizable for InsertModal.js
AllenFang Jul 12, 2016
94fd785
example for insert modal
AllenFang Jul 12, 2016
38ae5a7
move ,modal-header to InsertModalHeader.js
AllenFang Jul 12, 2016
3d1cbd1
alternative to add .modal-header when customization for header
AllenFang Jul 12, 2016
0c3ee26
move .modal-body to InsertModalBody.js
AllenFang Jul 13, 2016
d0acecf
add .modal-body
AllenFang Jul 13, 2016
cb1af4e
move .modal-footer to InsertModalFooter.js
AllenFang Jul 13, 2016
e8e5331
add .modal-footer
AllenFang Jul 13, 2016
a19145c
fix className unassign bug
AllenFang Jul 13, 2016
c65ea0a
fix conflict
AllenFang Jul 16, 2016
ecf1378
add react-modal
AllenFang Jul 3, 2016
3f8873c
make react-modal as bootstrap style
AllenFang Jul 3, 2016
c4c3628
use react-modal phase#1, need remove isOpen from InsertModal
AllenFang Jul 3, 2016
9db081f
move isOpen out from InsertModal
AllenFang Jul 4, 2016
9309b01
fix wrong stateless function
AllenFang Jul 4, 2016
99d6b0e
modal onSave
AllenFang Jul 9, 2016
821b7a5
add btn contextual and className
AllenFang Jul 9, 2016
d12c859
modal customization props is func
AllenFang Jul 9, 2016
32a4c1f
accept header component on InsertModal
AllenFang Jul 9, 2016
7b6c58b
add disableClose props
AllenFang Jul 9, 2016
c9b979e
export insert modal component
AllenFang Jul 9, 2016
d5318a1
fix onClose bug & support beforeClose
AllenFang Jul 9, 2016
43b1ae6
add custom examples
AllenFang Jul 9, 2016
61be572
custom insert modal header example
AllenFang Jul 9, 2016
c2ac3a0
fix wrong footerComponent for insert modal
AllenFang Jul 9, 2016
7d05128
support before save and close
AllenFang Jul 10, 2016
760c7c0
fix missing onSave function
AllenFang Jul 10, 2016
c2c8619
example for custom insert modal footer
AllenFang Jul 10, 2016
57fad79
make InsertModal accept bodycomponent
AllenFang Jul 10, 2016
f226d23
example for custom indert modal body
AllenFang Jul 10, 2016
b49bc05
pass onSave to header
AllenFang Jul 10, 2016
a67cf8c
warning sentence for unimplement for getFieldValue
AllenFang Jul 10, 2016
64024f5
customizable for InsertModal.js
AllenFang Jul 12, 2016
c548151
example for insert modal
AllenFang Jul 12, 2016
1b474d8
move ,modal-header to InsertModalHeader.js
AllenFang Jul 12, 2016
584e09d
alternative to add .modal-header when customization for header
AllenFang Jul 12, 2016
4d2b3df
move .modal-body to InsertModalBody.js
AllenFang Jul 13, 2016
5f0a241
add .modal-body
AllenFang Jul 13, 2016
de13c6a
move .modal-footer to InsertModalFooter.js
AllenFang Jul 13, 2016
09273dd
add .modal-footer
AllenFang Jul 13, 2016
44fe5ec
fix className unassign bug
AllenFang Jul 13, 2016
b22cf78
make onRequestClose as default, in the future, I'll make it as config…
AllenFang Jul 16, 2016
35a5b29
fix wrong end tag
AllenFang Jul 16, 2016
28e27ee
make insert button customizable
AllenFang Jul 18, 2016
09e6bc8
modulize the insert button
AllenFang Jul 18, 2016
c86a466
add default custom isnert button example
AllenFang Jul 18, 2016
365e39d
Merge branch 'master' into v3.0.0-dev
AllenFang Jul 27, 2016
066b36a
allow insertBtn accept a fully custom DOM
AllenFang Jul 27, 2016
4bd8516
add fully custom insert button example
AllenFang Jul 27, 2016
4725e00
fix wrong class name
AllenFang Jul 27, 2016
7e47704
Merge branch 'master' into v3.0.0-dev
AllenFang Aug 2, 2016
8c7a573
fix conflicts
AllenFang Aug 2, 2016
f1aac6c
Merge branch 'master' into v3.0.0-dev
AllenFang Aug 6, 2016
97f687a
Merge branch 'master' into v3.0.0-dev
AllenFang Aug 7, 2016
2f7c0a2
fix conflicts
AllenFang Aug 9, 2016
51dd27d
Merge branch 'master' into v3.0.0-dev
AllenFang Aug 13, 2016
2733259
Merge branch 'master' into v3.0.0-dev
AllenFang Aug 14, 2016
865c70d
Add paginationPosition option that allows to show the pagination on b…
garlab Jul 23, 2016
9c71f9f
male delete button customizable
AllenFang Aug 16, 2016
868b312
add example for delete button customization
AllenFang Aug 16, 2016
b4f03f4
Merge branch 'master' into v3.0.0-dev
AllenFang Aug 21, 2016
e6e964c
add default behaviors for first-page and last-page
Aug 25, 2016
159ad67
correct a bug when totalPage is one
Aug 26, 2016
9bf45f3
clean dist
Aug 26, 2016
276a45d
Merge branch 'master' into v3.0.0-dev
AllenFang Aug 27, 2016
57d8394
fix conflicts
AllenFang Aug 30, 2016
457842a
fix conflicts
AllenFang Aug 31, 2016
9cd2f08
fix bootstrap column
AllenFang Sep 3, 2016
9d5e355
add paginationPosition example
AllenFang Sep 3, 2016
8061f65
Merge branch 'garlab-v3.0.0-dev' into v3.0.0-dev
AllenFang Sep 3, 2016
f43166d
fix conflicts
AllenFang Sep 7, 2016
f71982c
export ShowSelectedOnlyButton
AllenFang Sep 10, 2016
4ededdd
customizable for showonlyselect button
AllenFang Sep 10, 2016
aa57d38
example for customize the showonlyselect button
AllenFang Sep 10, 2016
e5b86dd
export ShowOnlySelectedButton
AllenFang Sep 10, 2016
fb5cbf0
Merge branch 'master' into v3.0.0-dev
AllenFang Sep 11, 2016
5f29dab
customizable for export csv button
AllenFang Sep 11, 2016
36f4595
export ExportCSVButton
AllenFang Sep 11, 2016
963a36d
example for export csv button customization
AllenFang Sep 11, 2016
15569e4
customizable for toolbar, phase1
AllenFang Sep 13, 2016
69f550c
custom toolbar example
AllenFang Sep 16, 2016
b7328b1
wrap search field as a component
AllenFang Sep 19, 2016
cdda3a6
wrap clear button as a component
AllenFang Sep 20, 2016
3ceba1a
fix couple bugs for search components
AllenFang Sep 20, 2016
d6a965d
export clear search button
AllenFang Sep 22, 2016
cb71803
fix wrong cloneElement target
AllenFang Sep 22, 2016
03ae5d6
fix custom search clear button demo
AllenFang Sep 22, 2016
9a9563b
Merge branch 'master' into v3.0.0-dev
AllenFang Sep 27, 2016
ae9cde2
remove bootstrap.js depandency
AllenFang Sep 27, 2016
42b7adc
searchField is customizable
AllenFang Sep 28, 2016
1b36e0b
custom search field examples
AllenFang Sep 28, 2016
8183298
pretty cb name
AllenFang Sep 28, 2016
604ddac
move btn group to outside
AllenFang Sep 28, 2016
9bec501
added progress for webpack and modified eslint correct rule
madeinfree Sep 29, 2016
102c237
fixed eslint no-console rule
madeinfree Sep 29, 2016
dc4e6d0
customizable for search panel
AllenFang Oct 1, 2016
1fd6ede
example for custom search panel
AllenFang Oct 1, 2016
fb5be6a
Merge branch 'master' into v3.0.0-dev
AllenFang Oct 4, 2016
fdb3501
make ToolBar.js accept the custom function for tool bar
AllenFang Oct 4, 2016
4b3c7a2
first custom toolbar example
AllenFang Oct 4, 2016
25d7870
improve tool bar
AllenFang Oct 6, 2016
435a30d
fix #761
AllenFang Oct 6, 2016
0996fa5
customizable for ButtonGroup
AllenFang Oct 8, 2016
01f5806
example for custom button group
AllenFang Oct 8, 2016
351bfe1
fix conflicts
AllenFang Oct 8, 2016
47310f8
refactoring
AllenFang Oct 8, 2016
1d61848
example for withFirstAndLast & alwaysShowAllBtns
AllenFang Oct 8, 2016
bb6d563
Merge branch 'swearer23-master' into v3.0.0-dev
AllenFang Oct 8, 2016
2aa3f9b
avoid to bind the event withour checking
AllenFang Oct 8, 2016
5e792cd
add click event example
AllenFang Oct 8, 2016
549dd91
add renderCustomBtn
AllenFang Oct 8, 2016
c5d8cee
allow custom for hutton children
AllenFang Oct 8, 2016
e395ebf
add comments for custom button child
AllenFang Oct 8, 2016
c152e63
pass search field and clear btn to custom toolbar func
AllenFang Oct 9, 2016
4b25693
support searchPosition
AllenFang Oct 9, 2016
26e10bc
left search panel example
AllenFang Oct 9, 2016
a6b701a
spread custom props
AllenFang Oct 10, 2016
a0149a1
use className instead bntClass
AllenFang Oct 10, 2016
83e3c87
add InsertModal default className
AllenFang Oct 10, 2016
0e43aa6
avoid bind event without checking
AllenFang Oct 10, 2016
a499ab0
allow custom children for header&footer of insert modal
AllenFang Oct 10, 2016
e02aa1d
allow pass className to header&footer of insert modal
AllenFang Oct 10, 2016
d09406f
add default class for body of insert modal
AllenFang Oct 10, 2016
6192e7b
children is not able to overwrite the close btn
AllenFang Oct 10, 2016
f269423
fix missng header title
AllenFang Oct 18, 2016
23b4a2c
Merge pull request #741 from madeinfree/v3.0.0-dev-improve-builder
AllenFang Oct 20, 2016
0860789
Merge branch 'v3.0.0-dev' of https://github.com/AllenFang/react-boots…
AllenFang Oct 20, 2016
2e36de4
use yarn
madeinfree Oct 29, 2016
9213772
upgrade react-router to 3.0.0 and upgrade react-bootstrap to fixed re…
madeinfree Oct 29, 2016
306dcc1
fixed eslint issue
madeinfree Oct 29, 2016
aacec8b
modified import
madeinfree Oct 29, 2016
b0189b0
fixed package.json dep
madeinfree Nov 1, 2016
24d0955
fix conflicts for displaying page text
AllenFang Nov 8, 2016
b87c11f
Merge pull request #802 from madeinfree/router-4
AllenFang Nov 9, 2016
80a3b08
Merge branch 'master' into v3.0.0-dev
AllenFang Nov 9, 2016
405d0f8
SizePerPageDropDown component
AllenFang Nov 10, 2016
e2c5445
use SizePerPageDropDown in pagination list
AllenFang Nov 11, 2016
ac6006d
fix indent error
AllenFang Nov 11, 2016
5fccc96
refactoring render sizePerPage dropdown
AllenFang Nov 12, 2016
72e1064
expose SizePerPageDropDown and able to custom size per page dropdown
AllenFang Nov 12, 2016
dbbb5c7
add example for custom size per page dropdown
AllenFang Nov 12, 2016
d5864c3
custom for pagination panel
AllenFang Nov 12, 2016
9f2b787
example for custom pagination panel
AllenFang Nov 12, 2016
64b82fc
Merge branch 'master' into v3.0.0-dev
AllenFang Nov 12, 2016
0eeb767
fix lint error
AllenFang Nov 12, 2016
73db372
prod
AllenFang Nov 12, 2016
d507d28
v3.0.0-beta.1
AllenFang Nov 12, 2016
4e89b43
v3.0.0-beta.2
AllenFang Nov 12, 2016
9f3c8a3
fix conflict
AllenFang Nov 21, 2016
7517fed
fix conflicts
AllenFang Nov 29, 2016
c083924
fix #857
AllenFang Dec 2, 2016
1f212ca
fix conflicts
AllenFang Dec 15, 2016
6554a95
fix wrong link
AllenFang Dec 17, 2016
028d930
prod
AllenFang Dec 17, 2016
534c752
v3.0.0-beta.3
AllenFang Dec 17, 2016
ae64505
v3.0.0-beta.4
AllenFang Dec 20, 2016
a022ebc
fix bug for withFirstAndLast default value
AllenFang Dec 24, 2016
3dfafbe
prod
AllenFang Dec 24, 2016
b21ec6c
v3.0.0-beta.5
AllenFang Dec 24, 2016
1af105a
fix conflicts
AllenFang Dec 29, 2016
e72697f
prod
AllenFang Dec 29, 2016
5e0c4bd
3.0.0-beta.6
AllenFang Dec 29, 2016
d7c7286
Added support for styled-components
jsangilve Jan 4, 2017
8207031
Merge pull request #933 from gmtprime/compatible_styledcomponents
AllenFang Jan 11, 2017
a4aadef
filters out previously hidden & disabled elements from being rendered
Jan 17, 2017
8826a18
fix conflicts
AllenFang Jan 18, 2017
8888168
Merge branch 'master' into v3.0.0-dev
AllenFang Jan 18, 2017
5ea842b
fix for end/last page & disabled state
Jan 19, 2017
875d139
fix #955
AllenFang Jan 19, 2017
44b4bb8
fix conflicts
AllenFang Jan 22, 2017
02c03f4
fix #958
AllenFang Jan 22, 2017
9f9d22c
Unknown prop for ShowSelectedOnlyButton
AllenFang Jan 22, 2017
3aab828
v3.0.0-beta.7
AllenFang Jan 22, 2017
59d9e20
fix conflicts
AllenFang Jan 22, 2017
aef397c
fix conflicts
AllenFang Jan 22, 2017
61dbd0a
Merge branch 'bencooling-pr/pagination-rounded-corners' into v3.0.0-dev
AllenFang Jan 22, 2017
8beaacf
fix conflicts
AllenFang Feb 1, 2017
d4fcb4a
prod
AllenFang Feb 1, 2017
3523076
v3.0.0-beta.8
AllenFang Feb 1, 2017
817eac3
remove class:react-bootstrap-table-page-btns-ul when pagination panel…
AllenFang Feb 1, 2017
07d2e4c
make changeSizePerPage accept a number instead of an event object
AllenFang Feb 1, 2017
6ab9232
fix wrong props name
AllenFang Feb 1, 2017
fd9f330
add a example for fully customize size per page dropdown
AllenFang Feb 1, 2017
930fe2d
expose chagePage for custom pagination panel
AllenFang Feb 1, 2017
c2d4f0a
improve custom-pagination-panel.js
AllenFang Feb 1, 2017
64a460b
add couple short circuit for preventing bugs when search field is custom
AllenFang Feb 1, 2017
2ba0fd4
improve custom-search-panel-1.js
AllenFang Feb 1, 2017
29ffbdf
fix #989
AllenFang Feb 1, 2017
ed9bb3c
prod
AllenFang Feb 1, 2017
870238f
v3.0.0-beta.9
AllenFang Feb 1, 2017
1c0fb05
fix conflicts
AllenFang Feb 6, 2017
8f76f88
prod
AllenFang Feb 6, 2017
eb151ff
prod
AllenFang Feb 6, 2017
4e889fb
3.0.0-beta.10
AllenFang Feb 6, 2017
881633c
fixed key warning
madeinfree Feb 7, 2017
d8c43b4
feature - use tab to change edit row
madeinfree Feb 7, 2017
27024d8
Merge pull request #1014 from madeinfree/v3.0.0-patch-1
AllenFang Feb 7, 2017
869ee4c
Merge branch 'tab-change-edit-row' of https://github.com/madeinfree/r…
AllenFang Feb 8, 2017
df40651
add default focus cell styling
AllenFang Feb 11, 2017
8e39240
refactoring
AllenFang Feb 11, 2017
e32b1f7
complete a simple keyboard navigation
AllenFang Feb 11, 2017
86ff40d
complete basic keyboard nav functionality
AllenFang Feb 11, 2017
58b8fcb
expose get last page
AllenFang Feb 11, 2017
d9a55e4
fix bugs keyboard nav with selection columns
AllenFang Feb 11, 2017
d35d570
fix bug if pagination disable with navboard nav
AllenFang Feb 11, 2017
776cf80
support to disable click to navigation
AllenFang Feb 12, 2017
8b52ab1
custom nav styling on cell editing
AllenFang Feb 12, 2017
174dc19
support custom style on navigation cell
AllenFang Feb 12, 2017
ff60628
fix bug when tab on editing cell with navigation
AllenFang Feb 12, 2017
58de9d6
support enterToEdit for cellediting and keyboard navigation
AllenFang Feb 12, 2017
e0b6e47
add examples for keyboard navigation
AllenFang Feb 12, 2017
afd2dda
Merge branch 'madeinfree-tab-change-edit-row' into v3.0.0-dev
AllenFang Feb 12, 2017
5a98db2
enhance default focus style
AllenFang Feb 12, 2017
8c51c86
prod
AllenFang Feb 12, 2017
e760043
v3.0.0-beta.11
AllenFang Feb 12, 2017
d3434f2
fix #1025
AllenFang Feb 19, 2017
3f7c27e
fix #1036
AllenFang Feb 19, 2017
c45bd38
fix #1041
AllenFang Feb 19, 2017
b0b01de
fix #1053
AllenFang Feb 19, 2017
afe73a3
prod
AllenFang Feb 20, 2017
47f5e05
v3.0.0-beta.12
AllenFang Feb 20, 2017
ad7b80c
fix #1070
AllenFang Feb 22, 2017
c7de407
prod
AllenFang Feb 22, 2017
846f93b
v3.0.0
AllenFang Feb 22, 2017
c1b6290
README
AllenFang Feb 22, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 24 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,24 @@
[![peerDependency Status][peer-deps-badge]][peer-deps]
It's a [react.js](http://facebook.github.io/react/) table for bootstrap, named react-bootstrap-table. It's a configurable, functional table component and make you build a Bootstrap Table more efficiency and easy in your React application, However ```react-bootstrap-table``` support these features:

- striped, borderless, condensed table
- column align, hidden, width, sort, title
- scrolling table
- cell format
- pagination
- row selection
- column filter with multi type
- cell edit with multi type editor
- insert & delete Row
- table, row and column styling
- global search
- export to CSV
- rich function hooks
- large columns table
- header colum span
- remote mode
- expandable row
- Striped, Borderless, Condensed table
- Column align, hidden, width, sort, title, styling
- Scrolling table
- Cell format
- Pagination
- Row selection
- Column filter with multi type
- Cell edit with multi type editor
- Insert & delete Row
- Table, row and column styling
- Search
- Export to CSV
- Rich function hooks
- Header colum span
- Remote mode
- Expandable row
- Key board Navigation
- Customization

![Example](http://i.imgur.com/Ov1wMse.png)
Explore more example on [examples](https://github.com/AllenFang/react-bootstrap-table/tree/master/examples/js) folder</br>
Expand All @@ -34,16 +35,17 @@ Check [this](http://allenfang.github.io/react-bootstrap-table/advance.html) for
Check the <a href='https://github.com/AllenFang/react-bootstrap-table/blob/master/CHANGELOG.md'>CHANGELOG</a> for more detail release notes.

## Notes
***```v2.10.0-beta.1``` is a revised version for fixing couples unalign column and incorrect height etc. If you have any unalign problems before `v2.9.2`, give this beta version a try and any feedback is welcome***
***```v3.0.0``` released, check [examples](https://github.com/AllenFang/react-bootstrap-table/tree/v3.0.0-dev/examples/js/custom) to learn how to customize the component. following
is the major things we completed in this release***
- Remove the `bootstrap.js` and `jQuery` dependencies
- More easy and have ability to customize the components(search, pagination, insert modal etc.)

***```v3.0.0-beta.7``` released, check [release page](https://github.com/AllenFang/react-bootstrap-table/releases). [There](https://github.com/AllenFang/react-bootstrap-table/tree/v3.0.0-dev/examples/js/custom) are a lots of example for customization component, you can also check the [online](http://allenfang.github.io/react-bootstrap-table/example.html#custom) version<br/>***
***```v2.10.0-beta.1``` is a revised version for fixing couples unalign column and incorrect height etc. If you have any unalign problems before `v2.9.2`, give this beta version a try and any feedback is welcome***

***```v3.0.0``` is under planning, check [Milestone to v3.0.0](https://github.com/AllenFang/react-bootstrap-table/issues/497).<br/>***

***After ```v2.4.4```, we move the css files to ```dist``` folder for allowing this repo can be hosted on [cdnjs](https://github.com/cdnjs/cdnjs)<br/>***

***```v2.0.0``` has been released, the main patches are fixing the unalign or wrong size column on different browsers and improving the table structure. Please check [this](https://github.com/AllenFang/react-bootstrap-table/issues/331) for more detail explanation.<br/>***

## Development
```react-bootstrap-table``` dependencies on react.js and Bootstrap 3, also written by ES6 and use gulp and browserify for building and bundling.

Expand Down Expand Up @@ -141,7 +143,7 @@ The example source codes is in the [examples](https://github.com/AllenFang/react
$ git clone https://github.com/AllenFang/react-bootstrap-table.git
$ cd react-bootstrap-table
$ npm install
$ gulp example-server #after start, open browser and go to http://localhost:3004
$ npm start # after start, open browser and go to http://localhost:3004
```

### [Documentation](http://allenfang.github.io/react-bootstrap-table/docs.html)
Expand Down
57 changes: 57 additions & 0 deletions css/react-bootstrap-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,31 @@
width: 100%;
}

.react-bootstrap-table-page-btns-ul {
float: right;
/* override the margin-top defined in .pagination class in bootstrap. */
margin-top: 0;
}

.react-bs-table .table-bordered {
border: 0;
outline: none !important;
}

.react-bs-table .table-bordered > thead > tr > th,
.react-bs-table .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}

.react-bs-table .table-bordered > tbody > tr > td {
outline: none !important;
}

.react-bs-table .table-bordered > tbody > tr > td.default-focus-cell {
outline: 3px solid cornflowerblue !important;
outline-offset: -1px;
}

.react-bs-table .table-bordered > tfoot > tr > th,
.react-bs-table .table-bordered > tfoot > tr > td {
border-top-width: 2px;
Expand Down Expand Up @@ -159,6 +175,47 @@
text-align: center;
}


.ReactModal__Overlay {
-webkit-perspective: 600;
perspective: 600;
opacity: 0;
overflow-x: hidden;
overflow-y: auto;
background-color: rgba(0, 0, 0, 0.5);
}

.ReactModal__Overlay--after-open {
opacity: 1;
transition: opacity 150ms ease-out;
}

.ReactModal__Content {
-webkit-transform: scale(0.5) rotateX(-30deg);
transform: scale(0.5) rotateX(-30deg);
}

.ReactModal__Content--after-open {
-webkit-transform: scale(1) rotateX(0deg);
transform: scale(1) rotateX(0deg);
transition: all 150ms ease-in;
}

.ReactModal__Overlay--before-close {
opacity: 0;
}

.ReactModal__Content--before-close {
-webkit-transform: scale(0.5) rotateX(30deg);
transform: scale(0.5) rotateX(30deg);
transition: all 150ms ease-in;
}

.ReactModal__Content.modal-dialog {
border: none;
background-color: transparent;
}

/*error tip style*/
.animated {
animation-fill-mode: both;
Expand Down
2 changes: 1 addition & 1 deletion dist/react-bootstrap-table-all.min.css

Large diffs are not rendered by default.

Loading