columns().responsiveHidden()
Get the responsive visibility state of columns 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 columns 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 columns().responsiveHidden()
- Description:
For the selected columns, determine if Responsive has hidden them or not.
- Returns:
API instance that contains boolean values in the result set -
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.