stefanocudini / bootstrap-list-filter

Search widget to filter Bootstrap lists
https://opengeo.tech/bootstrap-list-filter/
MIT License
99 stars 31 forks source link

can not use nested json to display data #14

Closed avishayhajbi closed 9 years ago

avishayhajbi commented 9 years ago
   sourceTmpl: '<a class="list-group-item" href="/profile/?id={id}"><span>{name}</span> <img src="{picture.data.url}"></a>',

the image is not show. {picture.data.url}

how to handle with this kind of json ?

stefanocudini commented 9 years ago

sourceTmpl read from sourceData only one level of properties, no nested properties is supported from internal tmpl method