Reputation: 5196
Is it possible to add images and buttons within items of a nested list?
Upvotes: 0
Views: 1380
Reputation: 5196
This can be done using :
listConfig:{
itemTpl:'<div id="{category_id}"> {img} <!--<h2>{client_category_id}</h2>--!><p>{text}</p></div>'
}
Upvotes: 3