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
function fixedHeader.enabled()
- Description:
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:
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.