Skip to content

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

License

Notifications You must be signed in to change notification settings

benjaminmestdagh/bootstrap-fixedcolumns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published