Content display of list view

0
Is it possible to display data of list view in horizontal format?
asked
2 answers
1

Yes. Within List view, try placing a layout grid and add the attributes of entity to each column of layout grid.

answered
1

Hi,

there exist some helper classes to render a listview in multiple bootstrap columns, e.g.

lv-col-xs-3

will render it to 4 columns with a width of 3.

For more advanced control you will have to adjust the styling.

regards, Fabian

answered