Hi,
I have a ion grid , that contains rows and columns. Each row contains about 20+ columns. I want a horizontal scroll that scroll all rows (whole grid) horizontally. I have tried nowrap attribute on ion row but it creates individual scroll for each row.
is there any way to achieve this.
Thanks