Skip to content

Instantly share code, notes, and snippets.

@Rohithzr
Created April 25, 2014 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rohithzr/11295412 to your computer and use it in GitHub Desktop.
Save Rohithzr/11295412 to your computer and use it in GitHub Desktop.
<table class="table table-hidaction table-hover mb30 dataTable" id="cust_advanced" aria-describedby="cust_advanced_info">
<thead>
<tr role="row">
<th class="sorting_asc" ... style="width: 144px;">ConNo</th>
<th class="sorting" ... style="width: 124px;">Name</th>
<th class="sorting" ... style="width: 104px;">Area</th>
<th class="sorting" ... style="width: 110px;">Pack</th>
<th class="sorting" ... style="width: 130px;">Status</th>
<th class="sorting" ... style="width: 102px;">STB</th>
<th class="sorting" ... style="width: 81px;">VC</th>
<th class="table-action-hide sorting" ... style="width: 123px;">Tools</th>
</tr>
</thead>
<tbody role="alert" aria-live="polite" aria-relevant="all">
<tr class="odd">
<td class=" sorting_1">1</td>
<td class="">1</td>
<td class="">Testing_Ground</td>
<td class="">1</td>
<td class="">0</td>
<td class="">1</td>
<td class="">1</td>
<td class="table-action-hide">
<a href="#" style="opacity: 0;">
<i class="fa fa-pencil"></i>
</a>
<a href="#" class="delete-row" style="opacity: 0;">
<i class="fa fa-trash-o"></i>
</a>
</td>
</tr>
<tr class="even">
<td class=" sorting_1">3</td>
<td class="">3</td>
<td class="">Testing_Ground</td>
<td class="">1</td>
<td class="">0</td>
<td class="">3333</td>
<td class="">333</td>
<td class="table-action-hide">
<a href="#" style="opacity: 0;">
<i class="fa fa-pencil"></i>
</a>
<a href="#" class="delete-row" style="opacity: 0;">
<i class="fa fa-trash-o"></i>
</a>
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment