Enable Fast mode for better performance but less accuracy
namespace
string
'freeze-table'
Table namespace for unbind
container
string|jQuery|Element
false
Specify a document role element that contains the table. Default container is window. This option is particularly useful in that it allows you to position the table in the flow of the document near the triggering element - which will make the freeze table support in containers such as Bootstrap Modal. Example: '#myModal'
columnNum
integer
1
The number of column(s) for freeze
columnKeep
boolean
false
Freeze column(s) will always be displayed to support interactive table
columnBorderWidth
interger
1
The addon border width for freeze column(s)
columnWrapStyles
object
null
Customized CSS styles for freeze column(s) wrap. {'style': 'value'}
headWrapStyles
object
null
Customized CSS styles for freeze head(s) wrap. {'style': 'value'}
columnHeadWrapStyles
object
null
Customized CSS styles for freeze column-head wrap. {'style': 'value'}
callback
function
null
Plugin after initialization callback function
shadow
boolean
false
Enable default box-shadow UI
backgroundColor
string|boolean
'white'
Default table background color for Boostrap transparent UI. white, #FFFFFF, rgb(255,255,255,1), or false to skip.