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.1.4 to 3.1.5

6

CHANGELOG.md

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

# 3.1.5
- Bugfix: Column Widths change affects the scroll bar ([#rsuite-224])
[rsuite-224]: https://github.com/rsuite/rsuite/issues/224
# 3.1.3

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

7

lib/Table.js

@@ -413,9 +413,2 @@ 'use strict';

this.minScrollX = -(contentWidth - this.state.width) - 10;
/**
* 当 content width 更新后,更新横向滚动条
*/
if (this.state.contentWidth !== contentWidth) {
this.scrollX = 0;
this.scrollbarX && this.scrollbarX.resetScrollBarPosition();
}
}

@@ -422,0 +415,0 @@ }, {

2

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

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

@@ -543,9 +543,2 @@ // @flow

this.minScrollX = -(contentWidth - this.state.width) - 10;
/**
* 当 content width 更新后,更新横向滚动条
*/
if (this.state.contentWidth !== contentWidth) {
this.scrollX = 0;
this.scrollbarX && this.scrollbarX.resetScrollBarPosition();
}
}

@@ -552,0 +545,0 @@

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