minor bug with mousewheel/cursor keys
Hi again,
Just a minor issue with the mouse wheel and cursor key move functionality. You might want to add:
window.event.cancelBubble = true;
so that the mousewheel/cursor key doesn't scroll the page as well as the table.
Just a minor issue with the mouse wheel and cursor key move functionality. You might want to add:
window.event.cancelBubble = true;
so that the mousewheel/cursor key doesn't scroll the page as well as the table.
Colm Garvey
March 4,