handsontable-helpers
Advanced tools
Comparing version 1.0.34 to 1.0.35
@@ -71,3 +71,6 @@ /** | ||
beforeRemoveRow: params.beforeRemoveRow, | ||
colWidths: params.colWidths | ||
colWidths: params.colWidths, | ||
afterCreateRow: params.afterCreateRow, | ||
maxRows: params.maxRows, | ||
maxCols : params.maxCols | ||
}) | ||
@@ -74,0 +77,0 @@ } |
{ | ||
"name": "handsontable-helpers", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "handsontable.helpers.js", |
13011
313