Frozen columns not synced after visibility changes #3345
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I have four columns a:frozen , b, c, d.
Init Table
a:Frozen b c d
After hide column
c
a:Frozen a:Frozen b d
Now Code
`initColumns(): void {
this.columns = this.cols.toArray();
Fixed Code
`initColumns(): void {
this.columns = this.cols.toArray();
I can't check in code.
I hope someone can check it in.
Language: [all | TypeScript 2.4 | ES6/7 | ES5]
Node (for AoT issues):
node --version
=The text was updated successfully, but these errors were encountered: