@shival99/z-ui 2.1.9 → 2.1.10

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.
@@ -5542,7 +5542,7 @@ class ZTableComponent {
5542
5542
  cellSelectionOptions = computed(() => {
5543
5543
  const config = this.zConfig().enableCellSelection;
5544
5544
  if (config === false || config === undefined) {
5545
- return { enabled: true, range: true, contextMenu: true, copyWithHeaders: true };
5545
+ // return { enabled: true, range: true, contextMenu: true, copyWithHeaders: true };
5546
5546
  return { enabled: false, range: false, contextMenu: false, copyWithHeaders: false };
5547
5547
  }
5548
5548
  if (config === true) {