Search
2252 results 411-420
Reference
fixedHeader.headerOffset
› Offset the table's fixed headerapplied to it at the top of the pagefixedHeader.header
› Enable / disable fixed headerThis parameter simply provides the ability to enable or disable the fixed header aspect of the FixedHeader extension. When enabled the table's header will be sticky, so it will always be visible while the end user scrolls through a DataTables.fixedHeader.footerOffset
› Offset the table's fixed footerfixed position element at the bottom of a page,fixedHeader.footer
› Enable / disable fixed footerThis parameter simply provides the ability to enable or disable the fixed footer aspect of the FixedHeader extension. When enabled the table's footer will be sticky, so it will always be visible while the end user scrolls through a DataTables.fixedHeader.headerOffset()
› Get / set the fixed header's offsetThis method provides the ability to control thefixedHeader.footerOffset()
› Get / set the fixed footer's offsetThis method provides the ability to control thefixedHeader.enabled()
› Get the current enabled statusAs FixedHeader has the ability to dynamically be enabled and disabled, this method provides the ability to read the current state.fixedHeader.enable()
› Enable / disable the fixed elementsenable, and optionally disable, the table's fixed elements (i.e.fixedHeader.disable()
› Disable the fixed elementsThis method can be used to disable the table's fixed elements (i.e. header and footer). This can be useful if you wish to show and hide the table (see also fixedHeader.adjust()) or otherwise manipulate the table in its original state.fixedHeader.adjust()
› Recalculate the position of the table and redraw the fixed elementsFixedHeader operates by calculating the position of the DataTable