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
* add data screen to server-rendered-list.html
* add data screen to server-rendered-multiple-lists.html
* add data screen to data-driven-list.html
* add data screen to ordered-data-driven-list.html
* add data screen to mapped-data-driven-list.html
* add data screen to styling-data-driven-list.html
* add data screen to data-persistence-in-local-storage.html
* add data screen to enable-disable.html
* add data screen to nesting-levels.html
Copy file name to clipboardExpand all lines: dev/data-driven-list.html
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,10 @@ <h1>A data-driven list</h1>
15
15
16
16
<p>The main goal is to create a tree-like list of nested items. You should be able to achieve that by simply dragging and dropping the items using your mouse. Touch screens are not supported yet! 😐</p>
<p>The main goal is to create a tree-like list of nested items. You should be able to achieve that by simply dragging and dropping the items using your mouse. Touch screens are not supported yet! 😐</p>
<p>The main goal is to create a tree-like list of nested items. You should be able to achieve that by simply dragging and dropping the items using your mouse. Touch screens are not supported yet! 😐</p>
Copy file name to clipboardExpand all lines: dev/server-rendered-list.html
+26-17Lines changed: 26 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -13,27 +13,34 @@
13
13
<divclass="container">
14
14
<h1>A server-rendered list</h1>
15
15
16
-
<p>The main goal is to create a tree-like list of nested items. You should be able to achieve that by simply dragging and dropping the items using your mouse. Touch screens are not supported yet! 😐</p>
16
+
<p>
17
+
The main goal is to create a tree-like list of nested items. You should be able to achieve that by simply dragging and dropping the items using your mouse.
18
+
The result would appear on the right side of the screen.
0 commit comments