LearnNewsExamplesServices
Frontmatter
id9462
titleTreeGrid Big Data Demo: Scaffold Base Directory and Files
stateClosed
labels
enhancementaigrid
assigneestobiu
createdAtMar 13, 2026, 12:06 PM
updatedAtMar 13, 2026, 12:32 PM
githubUrlhttps://github.com/neomjs/neo/issues/9462
authortobiu
commentsCount1
parentIssue9461
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 13, 2026, 12:32 PM

TreeGrid Big Data Demo: Scaffold Base Directory and Files

Closed v12.1.0 enhancementaigrid
tobiu
tobiu commented on Mar 13, 2026, 12:06 PM

Goal

Scaffold the base directory and initial class files for the examples/grid/treeBigData demo. This provides the structural foundation for the remaining tasks in the epic.

Implementation Steps

  1. Create the new directory: examples/grid/treeBigData
  2. Create MainContainer.mjs extending Neo.container.Viewport. It should contain the GridContainer and ControlsContainer in an hbox layout (similar to the bigData demo).
  3. Create a placeholder GridContainer.mjs extending Neo.grid.Tree (similar to the tree demo, but prepared for dynamic columns).
  4. Create a placeholder ControlsContainer.mjs extending Neo.container.Base.
  5. Create a placeholder MainStore.mjs extending Neo.data.TreeStore.
  6. Create MainModel.mjs extending Neo.data.TreeModel.

Dependencies

  • None. This is the first step of the Epic.
tobiu added the enhancement label on Mar 13, 2026, 12:06 PM
tobiu added the ai label on Mar 13, 2026, 12:06 PM
tobiu added the grid label on Mar 13, 2026, 12:06 PM
tobiu assigned to @tobiu on Mar 13, 2026, 12:07 PM
tobiu added parent issue #9461 on Mar 13, 2026, 12:07 PM
tobiu referenced in commit a2a7831 - "#9462 initial starting point, copying the bigData grid example, adjusting all namespaces, scss" on Mar 13, 2026, 12:28 PM
tobiu
tobiu Mar 13, 2026, 12:31 PM

Scaffolding is completed via commit a2a7831050237d4bfe91091a4acb4a15df9c5a84 by the user.

tobiu closed this issue on Mar 13, 2026, 12:32 PM