You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/howtos.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,11 @@ In these sections you can find out how to perform operations with cards, work wi
70
70
|[Binding cards into columns](api/config/js_kanban_columnkey_config.md)| Learn how to bind cards into columns |
71
71
|[Binding cards into rows](api/config/js_kanban_rowkey_config.md)| Learn how to bind cards into rows |
72
72
|[Configuring a card appearance](api/config/js_kanban_cardshape_config.md)| Learn how to configure a card appearance|
73
-
|[Configuring a cards menu](api/config/js_kanban_cardshape_config.md)| Learn how to configure a cards context menu |
73
+
|[Configuring a cards menu](api/config/js_kanban_cardshape_config.md)| Learn how to configure a cards context menu ([Example](https://snippet.dhtmlx.com/8eo65gr5?text=#kanban))|
74
74
|[Customizing a card appearance](api/config/js_kanban_cardtemplate_config.md)| Learn how to customize a card appearance using templates ([Example](https://snippet.dhtmlx.com/8rhdq81d?text=kanban))|
75
75
|[Dragging cards](api/config/js_kanban_readonly_config.md)| Learn how to enable/disable an ability to drag-n-drop cards|
76
76
|[Editing cards](api/config/js_kanban_readonly_config.md)| Learn how to enable/disable an ability to edit cards|
77
-
|[Lazy rendering](api/config/js_kanban_rendertype_config.md)| Learn how to enable/disable **lazy (dynamic) rendering** of a big number of cards|
77
+
|[Lazy rendering](api/config/js_kanban_rendertype_config.md)| Learn how to enable/disable **lazy rendering** of a big number of cards ([Example](https://snippet.dhtmlx.com/xez9ghqq?text=#kanban))|
78
78
|[Limiting cards](api/config/js_kanban_columns_config.md)| Learn how to limit cards for columns and swimlanes (**WIP validation**) ([Example](https://snippet.dhtmlx.com/2blo6hx8?text=kanban))|
79
79
|[Selecting cards](api/config/js_kanban_readonly_config.md)| Learn how to enable/disable an ability to select cards|
80
80
|[Setting a fix height of cards](api/config/js_kanban_cardheight_config.md)| Learn how to set a fix height of cards |
@@ -99,11 +99,11 @@ In these sections you can find out how to perform operations with colums and wor
|[Adding new columns](api/methods/js_kanban_addcolumn_method.md)| Learn how to add new columns ([Example](https://snippet.dhtmlx.com/61crsls3?text=kanban))|
102
-
|[Configuring a columns menu](api/config/js_kanban_columnshape_config.md)| Learn how to configure a columns context menu |
102
+
|[Configuring a columns menu](api/config/js_kanban_columnshape_config.md)| Learn how to configure a columns context menu ([Example](https://snippet.dhtmlx.com/8eo65gr5?text=#kanban))|
103
103
|[Deleting columns](api/methods/js_kanban_deletecolumn_method.md)| Learn how to delete columns |
104
104
|[Moving columns](api/methods/js_kanban_movecolumn_method.md)| Learn how to move columns |
105
105
|[Scrolling to the desired columns](api/methods/js_kanban_scroll_method.md)| Learn how to scroll Kanban to the desired column |
106
-
|[Separate scrolling for columns](api/config/js_kanban_scrolltype_config.md)| Learn how to set a separate scrolling for each column |
106
+
|[Separate scrolling for columns](api/config/js_kanban_scrolltype_config.md)| Learn how to set a separate scrolling for each column ([Example](https://snippet.dhtmlx.com/xez9ghqq?text=#kanban))|
107
107
108
108
### Working with column data
109
109
@@ -124,7 +124,7 @@ In these sections you can find out how to perform operations with rows and work
|[Adding new rows](api/methods/js_kanban_addrow_method.md)| Learn how to add new rows (swimlanes) |
127
-
|[Configuring a rows menu](api/config/js_kanban_rowshape_config.md)| Learn how to configure a rows (swimlanes) context menu |
127
+
|[Configuring a rows menu](api/config/js_kanban_rowshape_config.md)| Learn how to configure a rows (swimlanes) context menu ([Example](https://snippet.dhtmlx.com/8eo65gr5?text=#kanban))|
128
128
|[Deleting rows](api/methods/js_kanban_deleterow_method.md)| Learn how to delete rows (swimlanes) |
129
129
|[Moving rows](api/methods/js_kanban_moverow_method.md)| Learn how to move rows (swimlanes) |
130
130
|[Scrolling to the desired row](api/methods/js_kanban_scroll_method.md)| Learn how to scroll Kanban to the desired row (swimlane)|
@@ -170,8 +170,8 @@ In these sections you can find out how to perform operations with rows and work
|[Configuring a searchbar on Toolbar](api/config/toolbar_items_config.md)| Learn how to configure a searchbar on Toolbar |
174
-
|[Configuring a sort control on Toolbar](api/config/toolbar_items_config.md)| Learn how to configure a sort control on Toolbar |
173
+
|[Configuring a searchbar on Toolbar](api/config/toolbar_items_config.md)| Learn how to configure a searchbar on Toolbar ([Example](https://snippet.dhtmlx.com/s5r5h4ju?text=kanban))|
174
+
|[Configuring a sort control on Toolbar](api/config/toolbar_items_config.md)| Learn how to configure a sort control on Toolbar ([Example](https://snippet.dhtmlx.com/s5r5h4ju?text=kanban))|
175
175
|[Configuring Toolbar controls](api/config/toolbar_items_config.md)| Learn how to configure, customize and reorder the Toolbar contols ([Example](https://snippet.dhtmlx.com/s5r5h4ju?text=kanban)) |
176
176
|[Including Kanban API in Toolbar](api/config/toolbar_api_config.md)| Learn how to include and use Kanban API in Toolbar |
177
177
|[Localizing Toolbar](api/config/toolbar_locale_config.md)| Learn how to localize Toolbar |
0 commit comments