EE 1
EE 2
Column-bo

Developer

Protean Web

3rd Party (Free)

23 downloads (last 90 days)

MIT License Download v1.3

Compatibility

  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Better Workflow
  • Matrix

Requirements

  • jQuery for the Control Panel

Categories

Plugin

Tags

This plugin is used to display data in lists or a table with a variable number of columns.

Of particular mention is the ability to specify whether entries move horizontally or vertically throughout the list/table. When using Columbo for table output, the CI table library is used, which allows for some neat template customizations - e.g.. alternating row styles.

Here is a simple list example:

{exp:columnbo:lists columns=“3” open=”<ul>” close=”</ul>” delimiter=”</li>”    }
   {exp:channel:entries channel=“murder-suspects”}
     <li>{title}</li>
   {/exp:channel:entries}
{/exp:columnbo:lists}

—- Output—-

<ul>
   <li>Suspect 1</li>
   <li>Suspect 4</li>
</ul>
<ul>
   <li>Suspect 2</li>
   <li>Suspect 5</li>
</ul>
<ul>
   <li>Suspect 3</li>
</ul>

Download Column-bo

EE Version Downloads Add-On Version Release Date
2.+ Download 1.3 2012-02-01 06:58 PM

Column-bo Links

This entry was created September 26, 2011, 9:10 am.
This entry was last updated February 12, 2012, 4:07 pm.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

2 Reviews:

corndog1337 02.07.12

Rating - {addon_rating_average}

THIS. IS. GREAT!  I just installed it and it worked great…saved me so much time thanks for the great addon

Brett Burwell 10.10.11

Rating - {addon_rating_average}

A super nifty plugin with an even better name. Does exactly what it says and makes more interesting / complicated output a breeze.