Hello,
I am using this javascript (Super Table) to transform my table in a div to freeze the top header and left column. The scrollable area has columns with textboxes that corrospond to a specific month and year. I would like to have the horizontal scroll position to match the current month and year. I create the table programmatically and add it to a placeholder in an asp.net code behind.
Is it possible to add a class to a table cell and then use javascript or jquery to move the horizontal scroll bar to the table cell with the current month class? If so, how? I am not that great with javascript beyond the basic validation stuff. Any other ideas would be appriciated, too.
Thank you.
Ben