Reputation: 388
I found a way to resize the column dynamically by Javascript : http://bz.var.ru/comp/web/resizable.html
Does someone know a way to do same for the row?
Upvotes: 2
Views: 2755
Reputation: 3802
Have you taken a look at jQuery UI's re-sizable plugin? jQuery comes with a huge amount of other (presumably extraneous) functionality but this is a reliable and easy plugin to do what you're asking.
Upvotes: 1