Column node declaration TypeScript error #2553
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
When creating a custom entry for a TreeTable using <template #body="slotProps">, the data of the row is in slotProps.node.data.
VSCode marks that as an error since the data is expected to be in slotProps.data.
In the upper images treeTableProjects is an
TreeTableObject[]
withIs this a bug in the data structure or is it an issue I produced by wrong usage?
The text was updated successfully, but these errors were encountered: