-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I was wondering how we can have access to row data in the map function :
weld(document.getElementById("data"), page,
{
map: function(parent, element, row) {
if (key === 'title') {
element.setAttribute('href', row.url);
element.innerText = row.title;
return true;
}
}
});
This would make more sense and allow for a more powerful templates
Metadata
Metadata
Assignees
Labels
No labels