react-table-hoc-fixed-columns
Advanced tools
Comparing version 2.0.0-beta.6 to 2.0.0
{ | ||
"name": "react-table-hoc-fixed-columns", | ||
"version": "2.0.0-beta.6", | ||
"version": "2.0.0", | ||
"description": "ReactTable HOC for fixed columns", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
ReactTable HOC fixed columns - v2 beta | ||
ReactTable HOC fixed columns - v2 | ||
--- | ||
@@ -11,3 +11,3 @@ [![npm version](https://img.shields.io/npm/v/react-table-hoc-fixed-columns.svg?style=flat-square)](https://www.npmjs.com/package/react-table-hoc-fixed-columns) | ||
* [Demo v2 on CodeSandbox](https://codesandbox.io/s/kowzlm5jp7) | ||
* [Demo on CodeSandbox](https://codesandbox.io/s/kowzlm5jp7) | ||
* [Install](#install) | ||
@@ -19,2 +19,4 @@ * [Simple example](#simple-example) | ||
## Version 1 | ||
Documentation of previous v1 [here](https://github.com/GuillaumeJasmin/react-table-hoc-fixed-columns/tree/v1) | ||
@@ -170,6 +172,8 @@ ## Features | ||
```jsx | ||
import 'react-table-hoc-fixed-columns/lib/styles.css' | ||
import "react-table/react-table.css"; | ||
... | ||
import 'react-table-hoc-fixed-columns/lib/styles.css'; | ||
``` | ||
* `stripedColor` and `highlightColor` props was remove. You can now override it with pure css. | ||
* See the [CSS file](https://github.com/GuillaumeJasmin/react-table-hoc-fixed-columns/blob/v2/src/lib/styles.css) if you want to override style | ||
* See the [CSS file](https://github.com/GuillaumeJasmin/react-table-hoc-fixed-columns/blob/master/src/lib/styles.css) if you want to override style | ||
@@ -176,0 +180,0 @@ ## Contribute |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
36905
0
186