You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a request / suggestion for a future enhancement:
It would be nice to be able to overrule the html output via the settings.
For example:
I stumbled upon a performance issue when dealing with a list of 1500 items including image previews.
Allthough the image are only a few kb, i t's quite a performance hit.
Therefor I needed to lazy-load them.
To be able to do that I had to modify the source code.
// Check for Attachment
if (optionImg) {
var has_attachment = "<img data-src=" + optionImg + " class='lazyload'>";
}
No big deal ofcourse, but it would be super nice if such alteration could be added to the settings object.
The text was updated successfully, but these errors were encountered:
First of all, thank you for this awesome class.
I have a request / suggestion for a future enhancement:
It would be nice to be able to overrule the html output via the settings.
For example:
I stumbled upon a performance issue when dealing with a list of 1500 items including image previews.
Allthough the image are only a few kb, i t's quite a performance hit.
Therefor I needed to lazy-load them.
To be able to do that I had to modify the source code.
No big deal ofcourse, but it would be super nice if such alteration could be added to the settings object.
The text was updated successfully, but these errors were encountered: