Resizable table columns with bz code
I've created a resizable table columns code by following bz's demo But when I create more than 30 columns, the code does not work. The table I'm creating is pretty simple: <table class="resizable" border="1"> <tr> <td name="col1" align="center">Column 1</td> <td name="col2" align="center">Column 2</td> <td name="col3" align="center">Column 3</td> <td name="col4" align="center">Column 4</td> <td name="col5" align="center">Column 5</td> <td name="col6" align="center">Column 6</td> </tr> </table> Does anyone have any ideas which line should I change to make the code work? Why not doing it on your