How to sync footer with body scroll position
How to sync footer with body scroll position
johnzabroski
Posts: 4Questions: 2Answers: 0
Hi,
When the footer has a column search input, and the user tabs to an input element just off screen but within the next footer cell, the tbody scroll position does not get updated, and so the grid looks like two separate tables (which, heh, of course it is).
Is there a programmatic way i can fix this? Something like jQuery on input has focus event, update tbody scroll position.if not on screen...
This discussion has been closed.