Skip to content

Releases: GuillaumeJasmin/react-table-sticky

v1.1.3

13 Jul 20:35
Compare
Choose a tag to compare

Bugfix

  • Allow header groups having depth more than 1 - #12 #13

v1.1.2

21 Mar 13:00
Compare
Choose a tag to compare

Bugfix

  • #4 - z-index Material UI Table

v1.1.0

16 Mar 23:32
Compare
Choose a tag to compare

Bugfix

  • #3 - webkit prefix for sticky position

In order to fix Safari issue, add this in your CSS:

[data-sticky-td] {
    position: sticky;
}

Note: you must have an autoprefixer for CSS. If you use styled-components, it's already included.

v1.0.0

15 Mar 17:54
Compare
Choose a tag to compare

First stable release 🎉