fixed-columns.md 1017 B


layout: docs title: Table Fixed Columns description: Table Fixed columns extension of Bootstrap Table. group: extensions

toc: true

Usage

{% highlight html %} {% endhighlight %}

Example

Fixed Columns

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.