es-grid-template 1.7.31 → 1.7.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -205,7 +205,7 @@ const TableBodyCellEdit = props => {
205
205
  colSelectIds.forEach(colId => {
206
206
  const cellll = row.getVisibleCells().find(c => c.column.id === colId);
207
207
  const value = cellll?.getValue();
208
- rowData.push(value !== undefined ? String(value) : '');
208
+ rowData.push(value !== undefined ? value : '');
209
209
  });
210
210
  dataSelected.push(rowData);
211
211
  });
@@ -211,7 +211,7 @@ const TableBodyCellEdit = props => {
211
211
  colSelectIds.forEach(colId => {
212
212
  const cellll = row.getVisibleCells().find(c => c.column.id === colId);
213
213
  const value = cellll?.getValue();
214
- rowData.push(value !== undefined ? String(value) : '');
214
+ rowData.push(value !== undefined ? value : '');
215
215
  });
216
216
  dataSelected.push(rowData);
217
217
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-grid-template",
3
- "version": "1.7.31",
3
+ "version": "1.7.32",
4
4
  "description": "es-grid-template",
5
5
  "keywords": [
6
6
  "react",