A jQuery plugin to set a number of columns on a Bootstrap responsive table as fixed.
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