Skip to content
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

Visible columns list option in the Datagrid Component. #21092

Open
vazonik opened this issue Apr 30, 2024 · 0 comments
Open

Visible columns list option in the Datagrid Component. #21092

vazonik opened this issue Apr 30, 2024 · 0 comments

Comments

@vazonik
Copy link
Member

vazonik commented Apr 30, 2024

Expected behaviour

It should be possible to define a list of visible columns for the datagrid component, without a need to set visible: false to each of those that should be hidden. Maybe component.visibleColumns: ['A', 'B', ...]?

Actual behaviour

When the datapool on the backend changes (someone adds a new column), the column will automatically appear in the datagrid even if it should not be there.

Live demo with steps to reproduce

https://jsfiddle.net/BlackLabel/zt4kqyuo/

Product version

Highcharts Dashboards v2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant