Open gregBerthelot opened 5 years ago
Hi
Is possible to filter a list using the class of a parent item if child item has a different class. Say in the example below I'd like to filter
var list = new List('myList', { valueNames: ['classToUse'], });
in
<ul class="list"> <li class="classToUse"><span class="uk-label-primary">item 1</span></li> <li class="classToUse"><span class="uk-label-secondary">item 2</span></li> <li class="classToUse"><span class="uk-label-primary">item 3</span></li> </ul>
Thanks for your help
@javve any chance to get help?
Any luck? This seems like a useful feature.
Hi
Is possible to filter a list using the class of a parent item if child item has a different class. Say in the example below I'd like to filter
in
Thanks for your help