@sd-angular/core 19.0.0-beta.16 → 19.0.0-beta.17

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.
@@ -617,10 +617,6 @@ class ConfigService {
617
617
  result.firstHeaders.push(this.#COLUMNS.SELECTION);
618
618
  result.displayedColumns.push(this.#COLUMNS.SELECTION);
619
619
  }
620
- if (commands?.length) {
621
- result.firstHeaders.push(this.#COLUMNS.COMMAND);
622
- result.displayedColumns.push(this.#COLUMNS.COMMAND);
623
- }
624
620
  // 👇 Chỉ push vào đầu nếu là left (mặc định)
625
621
  if (commands?.length && !isCommandRight) {
626
622
  result.firstHeaders.push(this.#COLUMNS.COMMAND);