fixedHeader.enabled()
Since: FixedHeader 3.1.6
Get the current enabled status.
Please note - this property requires the FixedHeader extension for DataTables.
Description
As FixedHeader has the ability to dynamically be enabled and disabled, this method provides the ability to read the current state.
Type
fixedHeader.enabled()
Simply gets the status of FixedHeader for this table.
Parameters:
Name | Type | Optional | |
---|---|---|---|
1 | enable | Yes - default:true | |
Get the enablement status of FixedHeader |
Returns:
boolean
true
if FixedHeader is enabled on this table. false
otherwise.
Related
The following options are directly related and may also be useful in your application development.