Hi.
I have this code:
$w("#dataset4").setFilter(wixData.filter()
.contains("fecha",Fecha)
.contains("mes",Mes)
);
$w("#table1").refresh();
Always worked fine… my dataset table loading one time at the button event, but two weeks ago, started to have problems without change the code… always loading, and refresh, and loading, and refresh, etc… that looks bad.
Please help me to fix the problem.