Releases: neomjs/neo
Releases Β· neomjs/neo
Big data grid demo: sliding controls container
- and added a theme switch
Online demo:
https://neomjs.com/examples/grid/bigData/
housekeeping
grid.Container: loading mask styling
& using it inside the big data demo
Screen.Recording.2025-02-08.at.17.56.58.mov
housekeeping
8.17.1 v8.17.1
grid.Container: always have a vertical scrollbar at the right edge
grid.Scrollbar
: custom scroller implementation- main.addon.ScrollSync: new addon to keep the scroll state of DOM nodes in sync
Screen.Recording.2025-02-07.at.17.09.43.mov
Grid Column Drag & Drop polishing
- Especially for mobile
Grid Column Drag to Scroll over the edge of the Container
This was really challenging to implement => dragging over the edge of the mounted area, fetching (mounting) new columns on the fly and still getting animations.
Screen.Recording.2025-02-06.at.00.46.51.mov
Online Demo:
https://neomjs.com/examples/grid/bigData/
Grid: DD Column resorting when the grid is horizontally scrolled
housekeeping
- Enhancing the Grid column header drag&drop to honor row scroll positions
housekeeping
- Updated the Getting Started => Shared Bindable Data Guide to use state providers
- Fixed a glitch where LivePreviews could get rendered multiple times. See: #6372