Table Fixed Columns
Table Fixed columns extension of Bootstrap Table.
Usage
<link rel="stylesheet" src="extensions/fixed-columns/bootstrap-table-fixed-columns.css">
<script src="extensions/fixed-columns/bootstrap-table-fixed-columns.js"></script>
Example
Options
fixedColumns
-
attribute:
data-fixed-columns
-
type:
Boolean
-
Detail:
Set
true
to enable fixed columns. -
Default:
false
fixedNumber
-
attribute:
data-fixed-number
-
type: Number
-
Detail:
The number of the left fixed columns.
-
Default:
0
fixedRightNumber
-
type: Number
-
Detail:
The number of the right fixed columns.
-
Default:
0
Note
- This extension does not support
detailView
option. - This extension does not support
cardView
option.