Skip to content

guoyu07/retable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 46.3%
  • HTML 39.8%
  • CSS 13.9%