Releases: GuillaumeJasmin/react-table-sticky
Releases · GuillaumeJasmin/react-table-sticky
v1.1.3
Bugfix
- Allow header groups having depth more than 1 - #12 #13
v1.1.2
Bugfix
- #4 - z-index Material UI Table
v1.1.0
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.