Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Do you want to display a "HTML list" view as columns without using table or grid style?

This simple module will add the option (plugin style) "Number of columns" to have HTML lists rendered as columns, grouped by the number of columns you entered.
It should work out of the box, but you need to create your own css to adjust the width, README.txt file will give you some important information.

Tables and grids views are not always the best way to have your data displayed as columns.
You will set the number of columns you want to display and "automatically" your rows will be grouped in columns.
This will be accomplished by setting an extra css class to the first and last row of each group.
All rows will have a float left property, and first row of each group will have a clear left property by default.

It pretty much imitates the HTML list style that comes with views by default.

There are other modules such as Views Column Class with more functionality than this one, check them out!

Supporting organizations: 

Project information

  • Created by TuWebO on , updated