Skip to content

Commit

Permalink
feat: upgraded tabulator to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngduc committed Nov 27, 2018
1 parent 03274c1 commit cb0126f
Show file tree
Hide file tree
Showing 80 changed files with 93 additions and 83 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.7.10] - 2018-11-26

### Changed
- upgraded tabulator to 4.1.3

## [0.7.9] - 2018-11-20

### Added
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ import 'react-tabulator/lib/styles.css'; // required styles
import 'react-tabulator/lib/css/tabulator.min.css'; // theme
import { ReactTabulator } from 'react-tabulator'; // for React 15.x, use import { React15Tabulator }

<ReactTabulator data={data} />
<ReactTabulator columns={columns} data={data} options={} />

"options" will be passed directly to Tabulator's options.
```
- Code Example: [/src/ReactTabulatorExample.tsx](/src/ReactTabulatorExample.tsx)
Expand Down
2 changes: 1 addition & 1 deletion css/bootstrap/tabulator_bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Tabulator v4.1.1 (c) Oliver Folkerd */
/* Tabulator v4.1.3 (c) Oliver Folkerd */
.tabulator {
position: relative;
background-color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion css/bootstrap/tabulator_bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap/tabulator_bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap/tabulator_bootstrap4.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Tabulator v4.1.1 (c) Oliver Folkerd */
/* Tabulator v4.1.3 (c) Oliver Folkerd */
.tabulator {
position: relative;
background-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion css/bootstrap/tabulator_bootstrap4.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap/tabulator_bootstrap4.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/semantic-ui/tabulator_semantic-ui.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Tabulator v4.1.1 (c) Oliver Folkerd */
/* Tabulator v4.1.3 (c) Oliver Folkerd */
/*******************************
Site Settings
*******************************/
Expand Down
2 changes: 1 addition & 1 deletion css/semantic-ui/tabulator_semantic-ui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/semantic-ui/tabulator_semantic-ui.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/tabulator.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Tabulator v4.1.1 (c) Oliver Folkerd */
/* Tabulator v4.1.3 (c) Oliver Folkerd */
.tabulator {
position: relative;
border: 1px solid #999;
Expand Down
2 changes: 1 addition & 1 deletion css/tabulator.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/tabulator.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/tabulator_midnight.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Tabulator v4.1.1 (c) Oliver Folkerd */
/* Tabulator v4.1.3 (c) Oliver Folkerd */
.tabulator {
position: relative;
border: 1px solid #333;
Expand Down
Loading

0 comments on commit cb0126f

Please sign in to comment.