# Info
For details read [blog post](http://apexbyg.blogspot.com/2017/04/how-to-make-any-table-header-sticky.html)
# Note
Following example doesn't work in some versions of APEX (18.*). To fix it add reference to the JS Widget in page property Javascript File URLs or globally (theme or User Interface):
```javascript
#IMAGE_PREFIX#libraries/apex/#MIN_DIRECTORY#widget.stickyTableHeader#MIN#.js?v=#APEX_VERSION#
```
Thanks for the fix goes to: [Alan Arentsen](https://twitter.com/alanarentsen)