Announcement
Collapse
No announcement yet.
X
-
recordComponentPoolingMode only affects recordComponents that you create via the createRecordComponent() API.
Leave a comment:
-
Thank you for the quick feedback.
Does the poolingMode "recycle" have an impact on anything else, or does it only apply to the components we create/update from createRecordComponent/updateRecordComponent.
RegardsLast edited by stonebranch2; 20 Jul 2022, 12:03.
Leave a comment:
-
The most efficient approach would be to just output some HTML for a scaled image from a CellFormatter, which is really pretty simple (<img width=value/field.width height=cellHeight ...).
If you with recordComponents for this, remember to set poolingMode to "recycle" (which is what causes updateRecordComponent to be called).
You are correct that there will be negligible performance cost if the field is hidden.
Leave a comment:
-
Progressbar ListGrid Questions
Hi Isomorphic,
Just want to confirm the best way to add a progress bar (Progressbar) to a ListGrid is still by setting both of the following,
Code:setShowRecordComponents(true); setShowRecordComponentsByCell(true);
Code:createRecordComponent updateRecordComponent
Thank youTags: None
Leave a comment: