Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-5504

Components with Model should only update few items or changed data instead of rerendering them all

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 9.6.4
    • None
    • Security Level: Jimmy

      Refer to ZK-5261, the similar case in Listbox, Grid, Tree, or Children binding may have the same issue.

      This test case can reproduce this issue - https://zkfiddle.org/direct/1oao2pc/1/v9.6.4-Another-new-ZK-fiddle?run=3v3qbm6

      Once new data is added, the whole component tree may be re-rendered as the css flash animation on UI in the test link above.

       

      The testing result: (after Fixed ZK-5468)

      Component Re-render All
      Listbox with ROD and without ROD
      Grid with ROD and without ROD
      Tree V
      Radiogroup V
      Combobox V
      Tabbox V
      Selectbox  
      Searchbox V
      Stepbar V
      Organigram V
      Linelayout V
      Chosenbox V
      Cascader V
      Biglistbox V

       

      Note: JSF's <ui:repeat> or <h:dataTable> does the CSS animation as well when adding or removing any item.

            jumperchen jumperchen
            jumperchen jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: