I'd like to add an optional setting that would use the css position: sticky style to make a table's headers flow with the scroll. This style also needs a top: n px; value to go with. Should I simply hard code something like 3px or should I make that part of the option as well?
MDN Documentation
It looks like it is supported now on enough browsers that it shouldn't be an issue
I'd like to add an optional setting that would use the css
position: stickystyle to make a table's headers flow with the scroll. This style also needs atop: n px;value to go with. Should I simply hard code something like3pxor should I make that part of the option as well?MDN Documentation
It looks like it is supported now on enough browsers that it shouldn't be an issue