@trudb/tru-common-lib 0.2.177 → 0.2.178

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.
@@ -6495,7 +6495,7 @@ class TruDataGridPkeyCellRenderer {
6495
6495
  };
6496
6496
  onCopy = (event) => {
6497
6497
  let selectedRows = this.params.api.getSelectedRows();
6498
- let selectedRowNodes = this.params.api.getSelectedNodes();
6498
+ let columnDefs = this.params.api.getColumnDefs();
6499
6499
  if (selectedRows.length) {
6500
6500
  let copiedRowData = selectedRows;
6501
6501
  this.dataGridClipboard.copyRow(this.params.context.grid.config.tableName, copiedRowData);