Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.35 KB

index.md

File metadata and controls

36 lines (32 loc) · 1.35 KB
layout title
home
Bootstrap Table · An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.
BT

An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.

Download Getting started

Currently v{{ site.current_version }}

Designed for Twitter Bootstrap.

Bootstrap table has been designed to reduce development time and to require no specific knowledge from developers. It is both featherweight and feature-rich.

<hr class="half-rule">

<div class="row">
  <div class="col-md-1"></div>
  <div class="col-sm-5">
    {% markdown feature.md %}
  </div>
  <div class="col-sm-5">
    {% markdown latest-release.md %}
  </div>
  <div class="col-md-1"></div>
</div>