column-resizer
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -0,1 +1,8 @@ | ||
<a name="v1.3.4"></a> | ||
# [v1.3.4](https://github.com/MonsantoCo/column-resizer/compare/v1.3.3...v1.3.4) (2019-08-28) | ||
## Bug fixes | ||
## Enhancement | ||
* Security update [5837aa1](https://github.com/MonsantoCo/column-resizer/commit/5837aa11af89c02933bb490f262abc2093923ff3) (2019-08-28) | ||
<a name="v1.3.3"></a> | ||
@@ -2,0 +9,0 @@ # [v1.3.3](https://github.com/MonsantoCo/column-resizer/compare/v1.3.2...v1.3.3) (2019-07-15) |
{ | ||
"name": "column-resizer", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Javascript to resize table columns", | ||
@@ -5,0 +5,0 @@ "title": "ColumnResizer", |
@@ -78,3 +78,4 @@ # ColumnResizer | ||
/* | ||
* In this example, a table controls the resizing of the local table remotely. | ||
* In this example, one table controls the resizing of the | ||
* another table so both tables' columns resize synchronously. | ||
*/ | ||
@@ -97,6 +98,8 @@ enableResize() { | ||
if (this.resizer) { | ||
// This will return the current state of the | ||
// options including column widths. | ||
// These widths can be saved so the table | ||
// can be initialized with them. | ||
/* This will return the current options object. | ||
* | ||
* The options, which include the column widths, | ||
* can be used to re-create the table with the | ||
* same column widths as last used. | ||
*/ | ||
this.resizer.reset({ disable: true }); | ||
@@ -103,0 +106,0 @@ } |
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
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
212
103529