Skip to content

Releases: neomjs/neo

Big data grid demo: sliding controls container

09 Feb 01:47
Compare
Choose a tag to compare

housekeeping

08 Feb 21:48
Compare
Choose a tag to compare
  • Enhanced form.field.ComboBox to ensure selection based updates happen before change event subscribers.
  • See: #6409 #6410

grid.Container: loading mask styling

08 Feb 17:52
Compare
Choose a tag to compare

& using it inside the big data demo

Screen.Recording.2025-02-08.at.17.56.58.mov

housekeeping

07 Feb 16:54
Compare
Choose a tag to compare
8.17.1

v8.17.1

grid.Container: always have a vertical scrollbar at the right edge

07 Feb 16:25
Compare
Choose a tag to compare
  • 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

06 Feb 12:30
Compare
Choose a tag to compare
  • Especially for mobile

Grid Column Drag to Scroll over the edge of the Container

06 Feb 00:09
Compare
Choose a tag to compare

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

04 Feb 18:37
Compare
Choose a tag to compare

housekeeping

04 Feb 10:47
Compare
Choose a tag to compare
  • Enhancing the Grid column header drag&drop to honor row scroll positions

https://www.youtube.com/shorts/H0UOVT6LX2o

housekeeping

03 Feb 23:02
Compare
Choose a tag to compare
  • Updated the Getting Started => Shared Bindable Data Guide to use state providers
  • Fixed a glitch where LivePreviews could get rendered multiple times. See: #6372