Skip to content

Commit

Permalink
fix: updateColumns() should be public use with column hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 27, 2023
1 parent 0402700 commit ee8f72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slick.grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3516,7 +3516,7 @@ export class SlickGrid<TData = any, C extends Column<TData> = Column<TData>, O e
this.updateColumnsInternal();
}

protected updateColumns() {
updateColumns() {
this.trigger(this.onBeforeUpdateColumns, { columns: this.columns, grid: this });
this.updateColumnsInternal();
}
Expand Down

0 comments on commit ee8f72f

Please sign in to comment.