1 - i need to add reapeter for items in database ... 2 -i have 5 button and want to filter reapeter elements by click button 3 - i need to add more button but i went to see its if scroll down
I'm not entirely clear on what you're trying to do. To filter the contents of a repeater, you can use 1 line of code, like the following:
$w('#dataset1').setFilter(wixData.filter().eq('fieldName','the-filter-value'));