is it possible to have a row stick to the top or the bottom of a vertical scrolling table? This would be a useful feature for me. Something like: ``` <thead> <tbody scroll={{y:height}}> <tr stick='top'>im stuck below table head on scroll</tr> <tr>i do scroll</tr> </tbody> <tfoot> ```