I have a table in my page like following:
<div style="overflow-x: scroll; width:300px;">
<table>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
Now the table is scrolling in x direction. but i want to prevent the first and second column to scrolling. Please help