When focusing on the table for keyboard usage, the focus event steals the windows scroll position, this is only a problem if the table is larger than the screen it is on.
Solution
By setting prevent scroll to true, this wont happen.
Considerations
There is varying browser implementation for this, but otherwise it is very stable. The main thing to consider is that browsers that don't implement this functionality yet, wont break or throw any errors. They just ignore the boolean flag
Problem
Issue: #147
When focusing on the table for keyboard usage, the focus event steals the windows scroll position, this is only a problem if the table is larger than the screen it is on.
Solution
By setting prevent scroll to true, this wont happen.
Considerations
There is varying browser implementation for this, but otherwise it is very stable. The main thing to consider is that browsers that don't implement this functionality yet, wont break or throw any errors. They just ignore the boolean flag