Frontmatter
| id | 8249 |
| title | [Neural Link] Implement toJSON in grid.Container |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Jan 1, 2026, 4:16 AM |
| updatedAt | Jan 1, 2026, 4:21 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8249 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 1, 2026, 4:21 AM |
[Neural Link] Implement toJSON in grid.Container
tobiu added parent issue #8200 on Jan 1, 2026, 4:17 AM
tobiu assigned to @tobiu on Jan 1, 2026, 4:17 AM

tobiu
Jan 1, 2026, 4:21 AM
Input from Gemini 3 Pro Preview:
✦ Implemented
toJSONmethod forgrid.Container, serializingcellEditing,columns(mapped items),rowHeight,scrollbar,showHeaderFilters,sortable, andstore.
tobiu closed this issue on Jan 1, 2026, 4:21 AM
Implement
toJSON()insrc/grid/Container.mjsto provide a schematic view of the Grid component.Properties to Serialize:
cellEditingcolumns: Mapthis.columns.itemsto their JSON representation.rowHeightscrollbar:this.scrollbar?.toJSON()showHeaderFilterssortablestore:this.store?.toJSON()