snipe_it/bower_components/bootstrap-table/src/extensions/sticky-header
2017-01-11 03:05:06 -08:00
..
bootstrap-table-sticky-header.css Bower components 2017-01-11 03:05:06 -08:00
bootstrap-table-sticky-header.js Bower components 2017-01-11 03:05:06 -08:00
extension.json Bower components 2017-01-11 03:05:06 -08:00
README.md Bower components 2017-01-11 03:05:06 -08:00

Table sticky-header

This is an extension for Bootstrap table module which provides a sticky header for the table when scrolling.
You must include the bootstrap-table-sticky-header.css file in order to get the appropriate style

Usage

<script src="extensions/sticky-header/bootstrap-table-sticky-header.js"></script>

Options

stickyHeader

  • type: Boolean
  • description: Set true to use sticky header.
  • default: false

stickyHeaderOffsetY

  • type: String
  • description: Set the Y offset from the top of the window to pin the sticky header. If there is a fixed navigation bar with a height of 60px, this value would be 60px.
  • default: undefined