Ticket #2192 (new enhancement)
Table LazyActions requested
| Reported by: | tuononenv | Owned by: | ticketmaster |
|---|---|---|---|
| Priority: | minor | Milestone: | IT Mill Sponsored Backlog |
| Component: | Server-side framework | Version: | 4.1.0-rc |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | Deadline (dd.mm.yyyy): | ||
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | no | Contract: | |
Description
We use tables with huge amount of items. Table itself works fast by using lazy loading. But because in our case item actions depends highly from item contex itself actions suppose to be lazy. Now component paint loops over items and requests actions for all items. This is annoying because in our case way to find out item actions is quite time-consuming task(lots of DB-IO) and at last only few of those actions are called(or even showed on Screen).
Change History
Note: See
TracTickets for help on using
tickets.
