mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-14 20:48:25 +00:00
* Kanban 2.0 init * Implemented Kanban 2.0 * Moved add card button to the header * Added debounce functionality * Added CSA to Kanban * Formatted Kanban * Updated default data on Kanban * Handled undefined data and exposed lastUpdatedCard * Added lastCardAdded exposed variable in Kanban * Fixed id bug on Kanban * Fixed width issue on Kanban * Fixed dark mode * Commented onUpdate event for every action * Rename containerId to columnId in lastCardMovement in Kanban * Updated min width in kanban card * Fixed bug on dropping items into cards when first container is empty * kanban2 docs * updated info in kanban doc --------- Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com> Co-authored-by: Shubhendra <withshubh@gmail.com>
625 B
625 B
| id | title |
|---|---|
| switch-page | Switch Page |
Use this action with different events to switch to a different page in the Multipage App.
Debounce field is empty by default, you can enter a numerical value to specify the time in milliseconds after which the action will be performed. ex: 300
:::info You can also trigger actions from the JavaScript code. Check it out here. :::