-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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.
// 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.
Metadata
Metadata
Assignees
Labels
No labels