jquery - Adjust column width of specific row -


i have 1 html table.

enter image description here

i had used colresizable plugin adjust column width change width of entire column.

i want adjust column of specific row below image enter image description here

any appreciated. thank you.

the whole column need have same width, can't change 1 specific column's width row , expect others remain same.

you need use <td colspan="x"></td> column "wider" other columns same column, x number of columns want merge.


Comments