is it possible auto filtering / sorting List & Grids Table corresponding to the hover over repeater button?

I had 9 repeater buttons & 1 list & grids table. for example if users hover over button “F1” then the table automatically filtering & show only F1 items such as : size, add-on, & price-list.
i tried to search all examples & forum couldn’t find any similarity subject.
sorry if i asks questions that already answered before.

Hello.

You can add onMouseIn event handler to your repeater button then filter table content inside the event handler code.

onMouseIn event may not be the best way to filter a database since filters involve querying a database, which may need some time. You can refer to these examples for recommended filter applications.

Good luck!

hello too… thanks for reply,
i think i need to learn how the codes works from your recommended filter 1st :joy: