Skip to content

Fix dataset attribute mapping in Grid Row VDOM #9003

@tobiu

Description

@tobiu

I incorrectly used the ds property for dataset attributes in the VDOM configuration, which resulted in ds="[object Object]" being rendered in the DOM.

Correction:
Neo.mjs VDOM uses the data property to map to dataset attributes.

Task:
Update src/grid/Row.mjs to use data: { cellId: ... } instead of ds: { cellId: ... }. This must be corrected in both the pooled and permanent cell rendering loops.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions