react-bootstrap-table2-editor
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "react-bootstrap-table2-editor", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "it's the editor addon for react-bootstrap-table2", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -135,3 +135,3 @@ # react-bootstrap-table2-editor | ||
} | ||
return `${('0' + dateObj.getDate()).slice(-2)}/${('0' + (dateObj.getMonth() + 1)).slice(-2)}/${dateObj.getFullYear()}`; | ||
return `${('0' + dateObj.getUTCDate()).slice(-2)}/${('0' + (dateObj.getUTCMonth() + 1)).slice(-2)}/${dateObj.getUTCFullYear()}`; | ||
}, | ||
@@ -177,5 +177,5 @@ editor: { | ||
* `value`: Current cell value | ||
* `row`: Current row data | ||
* `column`: Current column definition | ||
* `rowIndex`: Current row index | ||
* `row`: Current row data | ||
* `column`: Current column definition | ||
* `rowIndex`: Current row index | ||
* `columnIndex`: Current column index | ||
@@ -187,3 +187,3 @@ | ||
Following is a short example: | ||
Following is a short example: | ||
@@ -190,0 +190,0 @@ ```js |
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
224677