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 a test for the maybeTransformData method invocation upon instantiation
* make the data argument optional so property mapping can work on server rendered lists as well
* update one of the server rendered samples to utilise property mapping
Copy file name to clipboardExpand all lines: dev/server-rendered-list.html
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ <h1>A server-rendered 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>
0 commit comments