Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 464 Bytes

bootstrap-fixedcolumns

A jQuery plugin to set a number of columns on a Bootstrap responsive table as fixed.

Usage

The plugin only works on Twitter Bootstrap responsive tables (i.e. tables nested in a container with the .table-responsive class).

$("#myTable").fixedColumns();

Optionally, the number of columns to fix can be supplied (default is 1):

$("#myTable").fixedColumns(3); // will fix the first three columns