-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
igx-grid dynamic column with columnHiding not working #3085
Labels
🐛 bug
Any issue that describes a bug
🧨 severity: medium
grid: general
grid: hiding
🛠️ status: in-development
Issues and PRs with active development on them
version: 6.2.x
version: 7.0.x
Comments
rmkrmk
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🆕 status: new
labels
Nov 26, 2018
rmkrmk
pushed a commit
that referenced
this issue
Nov 29, 2018
10 tasks
rmkrmk
pushed a commit
that referenced
this issue
Nov 29, 2018
10 tasks
rmkrmk
pushed a commit
that referenced
this issue
Nov 29, 2018
rmkrmk
pushed a commit
that referenced
this issue
Nov 29, 2018
Closed
rmkrmk
pushed a commit
that referenced
this issue
Nov 29, 2018
rmkrmk
pushed a commit
that referenced
this issue
Nov 29, 2018
rmkrmk
pushed a commit
that referenced
this issue
Nov 30, 2018
10 tasks
rkaraivanov
pushed a commit
that referenced
this issue
Dec 6, 2018
* fix(grid): fixing column chooser column updating #3085 * fix(grid): changing binding from columnList to columns #3085 * fix(grid): changing binding from columnList to columns #3085 * Merge branch 'rkolev/fix-3085-7.0.x' of https://github.com/IgniteUI/igniteui-angular into rkolev/fix-3085-7.0.x
Closed via #3268 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 bug
Any issue that describes a bug
🧨 severity: medium
grid: general
grid: hiding
🛠️ status: in-development
Issues and PRs with active development on them
version: 6.2.x
version: 7.0.x
I am new in Ignite UI angular.
I create table using igx-grid with dynamic column but in my case column created perfectly but columnHiding not showing all column name.
I am using below code demo for create grid with dynamic column
this working perfectly, but i am calling backend API for get data and header.
so i can change
app.component.ts
usingsetTimeout
you can try this code in that url and check response
The text was updated successfully, but these errors were encountered: