This commit is contained in:
wilsonfreitas
2025-09-03 01:30:43 +00:00
parent a107dd208c
commit d241ebc577
3 changed files with 5 additions and 5 deletions
@@ -180,7 +180,7 @@ HTMLWidgets.widget({
};
},
renderValue: function(el, data, instance) {
if (el.offsetWidth === 0 || el.offsetHeight === 0) {
if ((el.offsetWidth === 0 || el.offsetHeight === 0) && data.lazyRender !== false) {
instance.data = data;
return;
}