Ajax Grid display info horizontal

Hi there, is it possible to have a ajax grid display information horizontal for example have a list of info like: 1, 2, 3

and have it not show like this:

title title title
1 2 3
1 2 3
1 2 3

but have it display like:

title 1 1 1
title 2 2 2
title 3 3 3

is this possible? if so, how? I use OpenJS Grid to display the info.

Thank you

The best solution is to rework the data so that it’s organised as you want it to be displayed on the page.