private updateSchema()

in components/js/slickGrid.ts [514:520]


    private updateSchema(): void {
        if (!this.columnDefinitions) {
            return;
        }

        this._gridColumns = this.columnDefinitions;
    }