LearnNewsExamplesServices
Frontmatter
tagName8.29.0
nameBuffered Grid: Column Types
publishedAt3/3/2025, 10:33:18 PM
isPrerelease
isDraft

Buffered Grid: Column Types

To make your development life easier, the grid now supports the first 4 column types:

  1. AnimatedChange
  2. Base
  3. Component
  4. Index

Especially grid.column.Component is extremely powerful, since it will only create components for the mounted range and cycle (re-use) them. If the component based column is function based, record changes will update the content accordingly:

https://github.com/user-attachments/assets/6da5de7a-861b-4f48-acd9-144d26651033

Online Demo: https://neomjs.com/examples/grid/bigData/index.html

All changes in 1 commit: https://github.com/neomjs/neo/commit/ef4d2b6282311bf7bd85560434f7717f5d4e4f78

Screenshot 2025-03-04 at 00 01 07