I have a table as follows with a horizontal scrollbar.
<table >
<tr>
<th>Col1</th>
<th>col2</th>
<th>col3</th>
<th>col4</th>
<th>col5</th>
<th>col5</th>
</tr>
</table>
Is there a way to move the scrollbar using javascript(dynamicaly). For example I want to move scrollbar 30px right when clicking a button.