Filter formatting not working with CMS

I’m having trouble with
I have a CMS table that is in a repeater on a page, as it is displaying books/reports it needs to be filtered. When I add dropdowns or radio buttons to the page to assist in this the filter works, however the results are not bought to the top instead centring on the page or found at the bottom of the page.

Working in
Wix Studio Editor, CMS

What I’m trying to do
I need the filtered results to come to the top of the page automatically.

What I’ve tried so far
Tried filter settings, removing and resubmitting CMS tried different repeater formatting, changed alignments settings, changed response behaviour.

Hi, @Amy_Lawrence !!

I’m not entirely sure if my understanding is correct, :upside_down_face: but if what you want is for the page to return to the top after the results are displayed in the repeater, I think using "scrollTo()” might be the way to go. :raising_hands:

Alternatively, I think you can simply do it this way to scroll to the beginning of the repeater. :innocent:

$w("#yourRepeater").scrollTo();
1 Like