Opened 9 years ago
Closed 9 years ago
#16722 closed enhancement (invalid)
Improving the WidgetList update operations
Reported by: | Stefan Meyer | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX MVC | Version: | 1.8.3 |
Keywords: | Cc: | ben hockey | |
Blocked By: | Blocking: |
Description
Currently WidgetList? removes all children and then creates them anew once the statefularray changes. The patch handles the only removals and only additions specially, so that Widgets are not recreated. This is important for my project (github.com/stemey/dojo-generate-form) which uses nested WidgetLists? with possible hundreds of widgets.
Attachments (1)
Change History (5)
Changed 9 years ago by
comment:1 Changed 9 years ago by
Cc: | ben hockey added |
---|
comment:2 Changed 9 years ago by
Did you try using partialRebuild: true? partialRebuild: Boolean If true, only rebuild repeat items for changed elements. Otherwise, rebuild everything if there is a change in children.
comment:3 Changed 9 years ago by
Yes it works, the patch is superfluous. I had tried it but I misspelled it.
comment:4 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Ein Path für WidgetList?