Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Formatting Clistview Correctly

$
0
0
Hi I am working on a CListView that has me stumped. I am trying to format a single CListView into 3 columns, Below I've attached a picture of my list of States I've grabbed from my Database Table, I am trying to format it into 3 columns rather than paginate it to different pages. The Second attachment is the idea I'm going for. Here is the code snippets for where I currently am. Any advice on this topic would be greatly appreciated as CListView is still relatively new to me. Thanks All!

    <div class="span-19 last">
	    
        <div class="span-8">
	        <b><?php echo CHtml::encode($data->state);  ?></b>
        </div>
        
  
    </div>

  • : single_list.PNG
  • : desired look.png

Viewing all articles
Browse latest Browse all 18717

Trending Articles