column().responsiveHidden()
Get the responsive visibility state of a column in the table.
Please note - this property requires the Responsive extension for DataTables.
Description
This method provides the ability to determine the Responsive visibility state of a single column in a table.
Please note that this is not the same as the column visibility control built into DataTables (columns().visible()
/ columns.visible
) - Responsive implements its own column hiding.
Type
function column().responsiveHidden()
- Description:
For the selected column, determine if Responsive has hidden it or not.
- Returns:
true
if the column is responsive visible,false
otherwise.
Related
The following options are directly related and may also be useful in your application development.