useAbsoluteLayout

  • Plugin Hook
  • Optional

useAbsoluteLayout is a plugin hook that adds support for headers and cells to be rendered as absolutely positioned divs (or other non-table elements) with explicit width. Similar to the useBlockLayout hook, this becomes useful if and when you need to virtualize rows and cells for performance.

NOTE: Although no additional options are needed for this plugin to work, the core column options width, minWidth and maxWidth are used to calculate column and cell widths and must be set. See Column Options for more information on these options.

Instance Properties

  • getTableBodyProps
    • Usage Required
    • This core prop getter is required to to enable absolute layout for the table body

Row Properties

  • getRowProps
    • Usage Required
    • This core prop getter is required to to enable absolute layout for rows

Cell Properties

  • getCellProps
    • Usage Required
    • This core prop getter is required to to enable absolute layout for rows cells

HeaderGroup Properties

  • getHeaderGroupProps
    • Usage Required
    • This core prop getter is required to to enable absolute layout for headers

Header Properties

  • getHeaderProps
    • Usage Required
    • This core prop getter is required to to enable absolute layout for headers

FooterGroup Properties

  • getFooterGroupProps
    • Usage Required
    • This core prop getter is required to to enable absolute layout for footers
  • getFooterProps
    • Usage Required
    • This core prop getter is required to to enable absolute layout for footers

Example

Was this page helpful?

Resources

Subscribe to Bytes

The best JavaScript newsletter! Delivered every Monday to over 76,000 devs.

Bytes

No spam. Unsubscribe at any time.

© 2020 Tanner Linsley. All rights reserved.