[SOLVED] Horizontal scroll multirow swiper

I have 24 items. I would like to display 6 at a time on the screen in two rows (3 columns of 2) and scroll horizontally to get the next 6. Is this possible?

You can use several horizontal swipers with slidesPerView parameter

Thanks for the quick response. Do you mean 2, one above the other each with 3 per view, and then synchronize them with some underlying event handling code?

Yes, you can do it

Example

Or there is a slidesPerRow parameter http://idangero.us/swiper/demos/170-slides-per-column.html

I have tried this and it does not work. I think the issue may be that I am doing everything in HTML. I don’t think a proper swiper instance is getting created in the background.

I resolved this with data-slides-per-column=“2”