Skip to content

Instantly share code, notes, and snippets.

@maxlord
Created December 9, 2015 14:28
Show Gist options
  • Save maxlord/9822e040452d11cce2d8 to your computer and use it in GitHub Desktop.
Save maxlord/9822e040452d11cce2d8 to your computer and use it in GitHub Desktop.
footable gridview
<table id="#pers-vieworders-list" class="block-il-table personal-office-orders personal-office-orders-list phone breakpoint footable-loaded footable"><thead>
<tr><th class="td-view footable-first-column" data-sort-ignore="true"></th><th class="td-date footable-sortable">Время<span class="footable-sort-indicator"></span></th><th class="td-price footable-sortable">Цена<span class="footable-sort-indicator"></span></th><th class="td-city footable-sortable">Город<span class="footable-sort-indicator"></span></th><th class="td-name footable-sortable">Магазин<span class="footable-sort-indicator"></span></th><th class="td-phone" data-sort-ignore="true">Телефон</th><th class="td-order" data-hide="all" data-sort-ignore="true" style="display: none;">Ответ</th><th class="td-controls footable-last-column" data-sort-ignore="true">&nbsp;</th></tr>
</thead>
<tbody>
<tr class="il-data" data-key="0"><td class="footable-first-column"><span class="footable-toggle"></span></td><td data-value="1405088787"><i class="fa fa-clock-o"></i> один год <span>18:26 11.07.2014</span></td><td>4&nbsp;500,00&nbsp;₽</td><td>Ростов-на-Дону</td><td data-value="ООО &quot;Пятая передача&quot;"><span class="name"><a href="/shop/detail/352" target="_blank">ООО "Пятая передача" <i class="fa fa-angle-right"></i></a></span> <span class="description">ул. Портовая, д. 515</span></td><td>+7(863)303-21-26</td><td style="display: none;">Предлагаем правое колесо за 4500 рублей</td><td class="footable-last-column"><a class="il-control" href="#" title="Активный/Неактивный"><i class="fa fa-unlock-alt"></i></a></td></tr>
</tbody></table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment