Ticket #2192 (new enhancement)

Opened 2 months ago

Last modified 2 months ago

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

Changed 2 months ago by Joonas Lehtinen

  • priority changed from undefined to minor
  • type changed from defect to enhancement
  • milestone changed from User Interface Library 5.3.0 RC to IT Mill Sponsored Backlog
Note: See TracTickets for help on using tickets.