Frontmatter
| id | 6377 |
| title | draggable.grid.header.toolbar.SortZone: add support for scrolled columns |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 4, 2025, 3:32 PM |
| updatedAt | Feb 4, 2025, 4:08 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6377 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 4, 2025, 4:08 PM |
draggable.grid.header.toolbar.SortZone: add support for scrolled columns
tobiu assigned to @tobiu on Feb 4, 2025, 3:32 PM
tobiu changed title from draggable.grid.header.toolbar.SortZone: add support for buffered columns to draggable.grid.header.toolbar.SortZone: add support for scrolled columns on Feb 4, 2025, 3:59 PM

tobiu
Feb 4, 2025, 4:08 PM
- the new
scrollLeftconfig ofdraggable.toolbar.SortZoneis now included inside the calculation which triggers the switch - added a
scrollToptoo, for vertical toolbars grid.Containernow passesscrollLefttoheader.Toolbarheader.Toolbarpasses it to its sortZone (static & run-time)
https://github.com/user-attachments/assets/1d4d4db0-ce9a-4f44-92dc-88a78d5660c3
tobiu closed this issue on Feb 4, 2025, 4:08 PM
The current solution does not work yet after scrolling to the right side.