Documentation

This commit is contained in:
petkir 2020-06-30 14:36:14 +02:00
parent 0cdd47efc4
commit 2866fa9088
1 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,3 @@
# Next Steps Component:
* think about Promise Task Actions, because actions are async
* EditSchema To support Edit
-------------------------------
# KanbanComponent Control # KanbanComponent Control
This control renders a KanbanBoard which can be used to show Tasks and move it from one State to an Other. This control renders a KanbanBoard which can be used to show Tasks and move it from one State to an Other.
@ -206,4 +201,10 @@ The second big thing is IE allows only to set the value 'text' event.dataTransfe
``` ```
event.dataTransfer.setData('xyz','1') event.dataTransfer.setData('xyz','1')
Unexpected call to method or property access. Unexpected call to method or property access.
``` ```
-------------------------------
## Future
* think about Promise Task Actions, because actions are async
* EditSchema To support Edit