TrySound / retable

Transform table for mobile

Home Page:https://trysound.github.io/retable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

retable

Transform table for mobile

Usage

<table class="retable" data-retable-type="row">
  <tr>
    <th>Title 1</th>
    <th>Title 1</th>
  </tr>
  <tr>
    <td>Content 1</td>
    <td>Content 1</td>
  </tr>
</table>

or

retable(selector, options);

Options

  • options.type - row, column, separator
  • options.caption - mod

##Adaptive Helpers

  • .retable-sm - desktop at 768px
  • .retable-md - desktop at 992px
  • .retable-lg - desktop at 1200px

License

The MIT License (MIT)

Copyright © 2015 Bogdan Chadkin

About

Transform table for mobile

https://trysound.github.io/retable

License:MIT License


Languages

Language:JavaScript 46.3%Language:HTML 39.8%Language:CSS 13.9%