Usually the calculation will be triggered when the summary row moves into the viewport. For large tables that should be printed or exported the calculation is too late. This is because the calculation happens in a seperate thread to avoid freezing of the table on calculation.
There is no special handler for this event, as it is tight coupled to the summary row. Therefore the handling of this command is implemented directly in the SummaryRowLayer.
Note: This is only intended for internal usage and could cause a performance leak. If you want to use it for your use cases you should be careful about performance issues. @author Dirk Fauth @see SummaryRowLayer
|
|
|
|
|
|