You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a frame has many columns and a viewport is moved to the right, the key columns should remain fixed (similar to Excel). Instead, they are shifted away together with other columns, and only their names are displayed. The end result is that the displayed column names do not match the actual columns they label.
The text was updated successfully, but these errors were encountered:
st-pasha
added
the
bug
Any bugs / errors in datatable; however for severe bugs use [segfault] label
label
Feb 20, 2019
This PR fixes a bug where the key columns were not displayed quite right during scrolling in a console widget. Now they have proper appearance of "frozen" columns (similar to Excel).
In addition, `Frame._data_viewer()` method is removed; instead there is now a helper class `DatatableFrameConnector` that has the same purpose. The advantage of having it as a separate class is that we could in principle add more classes like this to implement connectors to other data frames as well.
Closes#1672
When a frame has many columns and a viewport is moved to the right, the key columns should remain fixed (similar to Excel). Instead, they are shifted away together with other columns, and only their names are displayed. The end result is that the displayed column names do not match the actual columns they label.
The text was updated successfully, but these errors were encountered: