One of the issues I always have with javascript tables is the double scrollbar. Ideally there would be an option for the grid to just populate the page (lets say 100 rows) and the user can use a single page scrollbar to scroll up and down the table. Tricky part is keeping a static table header of course.
Is it possible?