mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-20 23:48:27 +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>
587 B
587 B
| id | title |
|---|---|
| open-webpage | Open webpage |
You can use this action to open a webpage(on a new tab) for any event.
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. :::