Opened 9 years ago
Last modified 9 years ago
#11716 closed enhancement
Tree Grid - Lazy loading for children level rows — at Initial Version
Reported by: | evan | Owned by: | bryanforbes |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | tree grid lazy loading | Cc: | drschwar@…, hwcdl@…, wangqsh@…, |
Blocked By: | Blocking: |
Description
Currently TreeGrid? only supports lazy loading for root level rows, so it becomes slow when we have large number of children rows(since they will all be rendered at one time).
The enhancement applies the virtual scrolling model to all children level rows so even we have large number of children rows, it's working pretty well.
Note: See
TracTickets for help on using
tickets.
patch from Evan