datagrok-ai / public

Public package repository for the Datagrok.ai platform
MIT License
43 stars 26 forks source link

#529: Changes made to visibility of grid row header are ignored #529

Open dgosi opened 2 years ago

dgosi commented 2 years ago
Grid's row header (column with index 0) cannot be hidden when used with the molecules demo data set below. Other data sets don't seem to exhibit this behavior.

const df = grok.data.demo.molecules();
const view = grok.shell.addTableView(df);
const col0 = view.grid.columns.byIndex(0);
col0.visible = false;
dnillovna commented 7 months ago

This issue has been mirrored in Jira: https://reddata.atlassian.net/browse/GROK-14795

dnillovna commented 3 months ago

This issue has been mirrored in Jira: https://reddata.atlassian.net/browse/GROK-16055