Choose position to freeze tabulator columns. #6309
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As a solution to my issue #5901
Columns are ordered by the panel BE and afterwards given the "frozen": True attribute. Hence to freeze to the right of the table, those columns just needed to be put at the end of the ordered list.
The solution to freeze "left" or "right" only I think makes the most sense and is easy enough to implement - unless there is demand for more complicated ways to freeze columns.
The change only adds a new way to freeze columns, the old way will work identically.
example_frozen_columns.mp4