I know there are code sample/plugins out there to make the header fixed and the table scrollable. But I want to achieve is automatically scrolling table data rows once it’s loaded, but keep the header fixed.
Is there a plugin/jquery code to do just that?
thanks
Table won’t scroll
Put the table body in a fixed height div with overflow: auto. Then write an interval function to make it scroll