Skip to content

sticky right column & footer, custom borders

Compare
Choose a tag to compare
@maxhudson maxhudson released this 26 Feb 01:03
· 44 commits to master since this release

New supported prop list:

  • sticky count
    • stickyHeaderCount: 0 or 1 - default: 1
    • leftStickyColumnCount: 0 or 1 - default: 1
    • rightStickyColumnCount: 0 or 1 - default: 0
    • stickyFooterCount: 0 or 1 - default: 0
  • z-index
    • headerZ: default: 2 (sticky corners are the greater of their two sides + 1)
    • leftColumnZ: default: 2
    • rightColumnZ: default: 2
    • footerZ: default: 2
  • border
    • borderWidth: default: '2px'
    • borderColor: default: '#e5e5e5'
  • wrapperRef: default: undefined, value: React ref

No longer supported due to ambiguity: stickyColumnCount, columnZ