shadow
Komponent Kanban
je element zobrazujúci plnoohodnotnú Kanban tabuľu. Tá umožňuje spravovať úlohy a projekty pomocou vizuálneho rozhrania.
Kanban tabuľa je rozdelená do stĺpcov, pričom každý stĺpec reprezentuje určitú fázu procesu alebo kategóriu úloh.
Úlohy sú zobrazené ako karty, ktoré je možné presúvať medzi stĺpcami, čím je možné nastaviť a sledovať ich aktuálny stav.
Description | Sets or gets the response data from the API. |
Attribute | response |
Type | any |
Default | {} |
Description | Sets or gets a list of selected items. |
Attribute | selected-items |
Type | any[] |
Default | [] |
Description | Contains a URL or URL fragment with the data to be retrieved and displayed. |
Attribute | url |
Type | string | undefined |
Default | undefined |
No events available for this component.
getPages
Description | Retrieves pages of data from the API. |
Signature | (page?: number) => Promise<any> |
Description | Organizes data into groups by state. |
Signature | (data: any[], poolName: string) => any |
Description | Creates HTML for the group. |
Signature | (title: string, countItems: number) => Element |
Description | Creates HTML for the tab. |
Signature | (item: Object) => Element |
Description | Sets the selected cards. |
Signature | (isChecked: boolean, card: HTMLElement) => void |
Name | Description |
---|
native-infinite-scroll | Refers to the main div container of the Kanban element. |
No CSS custom properties available for this component.
Name | Description |
---|
`` | The default content slot for the Kanban element. |