New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-table-hoc-fixed-columns

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-table-hoc-fixed-columns - npm Package Compare versions

Comparing version 2.0.0-beta.6 to 2.0.0

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc