Hi,
I’m trying to call a simple addTask for my kanban, passing nothing and some data as arguments but I receive:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘value’)
at t.updateProperty
at BaseElement.set
at BaseElement.addTask
at BaseElement.r
If I pass values, using, for example, the getKanbanData example, on the creation of object: works fine.
Debugging I can see the smart-kanban object and all properties and so.
Other question: Can I pass a full object array with data directly to kanban.properties.dataSource any time?
Thank you
-
This topic was modified 1 year, 9 months ago by Andreas Boos.