@trudb/tru-common-lib 0.2.176 → 0.2.177

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,6 +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
6499
  if (selectedRows.length) {
6499
6500
  let copiedRowData = selectedRows;
6500
6501
  this.dataGridClipboard.copyRow(this.params.context.grid.config.tableName, copiedRowData);