Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 515 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 515 Bytes

responsive-bootstrap-table

A simple drop in place solution for making bootstrap tables fit for mobile phones

Demo

You can find a live demo on https://jsfiddle.net/15o5cnax/4/

What it does

If the table has a header, then this header is used to detect the max-height of the table by displaying fields vertically as one line height rows. All the others table row will be shown on the right in a scrollable content.

If the table does not have a header then all table rows are shown vertically as a long list.