Skip to content

Instantly share code, notes, and snippets.

@mmalmeida
Created March 4, 2013 11:54
Show Gist options
  • Select an option

  • Save mmalmeida/5081799 to your computer and use it in GitHub Desktop.

Select an option

Save mmalmeida/5081799 to your computer and use it in GitHub Desktop.
long table
<div class="row-fluid">
<div class="span">
<!-- BEGIN SAMPLE TABLE PORTLET-->
<div class="portlet">
<div class="portlet-title">
<h4><i class="icon-cogs"></i>Advance Table</h4>
<div class="tools">
<a href="javascript:;" class="collapse"></a>
<a href="#portlet-config" data-toggle="modal" class="config"></a>
<a href="javascript:;" class="reload"></a>
<a href="javascript:;" class="remove"></a>
</div>
</div>
<div class="portlet-body">
<table class="table table-striped table-bordered table-advance table-hover">
<thead>
<tr>
<th><i class="icon-briefcase"></i> Company</th>
<th class="hidden-phone"><i class="icon-user"></i> Contact</th>
<th><i class="icon-shopping-cart"></i> Total</th><th></th><th><i class="icon-briefcase"></i> Company</th><th><i class="icon-briefcase"></i> Company</th>
</tr>
</thead>
<tbody>
<tr>
<td class="highlight">
<div class="success"></div>
<a href="#">RedBull</a>
</td>
<td class="hidden-phone">Mike Nilson</td>
<td>2560.60$</td>
<td><a href="#" class="btn mini purple"><i class="icon-edit"></i> Edit</a></td><td class="highlight">
<div class="success"></div>
<a href="#">RedBull</a>
</td><td class="highlight">
<div class="success"></div>
<a href="#">RedBull</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- END SAMPLE TABLE PORTLET-->
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment