Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rsuite-table

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsuite-table - npm Package Compare versions

Comparing version 3.3.0-beta to 3.3.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 3.3.0
> December 29, 2018
- Support fixed column to the right
# 3.2.0

@@ -2,0 +8,0 @@

2

package.json
{
"name": "rsuite-table",
"version": "3.3.0-beta",
"version": "3.3.0",
"description": "A React table component",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -112,3 +112,3 @@ # rsuite-table

| colSpan | number | Merges column cells to merge when the `dataKey` value for the merged column is `null` or `undefined`. |
| fixed | boolean | Fixed column |
| fixed | boolean, 'left', 'right' | Fixed column |
| flexGrow | number | Set the column width automatically adjusts, when set `flexGrow` cannot set `resizable` and `width` property |

@@ -115,0 +115,0 @@ | minWidth | number`(200)` | When you use `flexGrow`, you can set a minimum width by `minwidth` |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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