I have to resize the HTML table rows/column Width and height. Now I am Using separate plugin to adjust column width Plugin link
And Separate jquery function to adjust rowHeight.
$("#MatrixTabletr").resizable();$("#MatrixTable td").resizable();
its working fine in firefox but not yet in chrome.
Note:
Here am saving width of column/height of row and retrieving again by while display the table by C#. please look my code jsFiddle
(I am fixing height 50px as sample I need to reduce size in chrome but firefox working good)
please help me
height:50px;