react-base-table
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -5,2 +5,6 @@ # CHANGELOG | ||
## v1.9.2 (2020-05-26) | ||
- fix: wrong description for Column props | ||
## v1.9.2 (2020-04-22) | ||
@@ -7,0 +11,0 @@ |
@@ -106,3 +106,3 @@ import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose"; | ||
/** | ||
* Whether the column is resizable, defaults to true | ||
* Whether the column is resizable, defaults to false | ||
*/ | ||
@@ -112,3 +112,3 @@ resizable: PropTypes.bool, | ||
/** | ||
* Whether the column is sortable, defaults to true | ||
* Whether the column is sortable, defaults to false | ||
*/ | ||
@@ -115,0 +115,0 @@ sortable: PropTypes.bool, |
@@ -128,3 +128,3 @@ "use strict"; | ||
/** | ||
* Whether the column is resizable, defaults to true | ||
* Whether the column is resizable, defaults to false | ||
*/ | ||
@@ -134,3 +134,3 @@ resizable: _propTypes["default"].bool, | ||
/** | ||
* Whether the column is sortable, defaults to true | ||
* Whether the column is sortable, defaults to false | ||
*/ | ||
@@ -137,0 +137,0 @@ sortable: _propTypes["default"].bool, |
{ | ||
"name": "react-base-table", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "a react table component to display large data set with high performance and flexibility", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
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
842848