The cards.remove() method removes a card from cards.list and updates the Kanban UI.
Declaration
DayPilot.Kanban.cards.remove(card);Parameters
card(DayPilot.Card) - card to be removed
Example
const card = kanban.cards.find(1);
kanban.cards.remove(card);See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot