rsuite-table
Advanced tools
Comparing version 3.3.0-beta to 3.3.0
@@ -0,1 +1,7 @@ | ||
# 3.3.0 | ||
> December 29, 2018 | ||
- Support fixed column to the right | ||
# 3.2.0 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
187567
1
1