Kanban ยท console.warn
setRows on a grid-bound board is ignored; the rows come from the bound grid.
Printed by Kanban, prefixed [lattice], since 1.34.0.
Warnings reference › kanban:setRows-gridbound
- Identifier
kanban:setRows-gridbound- Raised by
- Kanban
- Since
- 1.34.0
What happened
setRows() was called on a board created with a grid. The array was ignored; the board still shows the grid's rows.
The fix
Set the rows on the grid, or create the board without grid.
The smallest fix
createKanban(el, { rows, columnProperty: 'status' }); // unbound
Reference
Covered in full at the API reference.