css - Tablesorter jQuery plugin width of column -


i use jquery plugin tablesorter. columns have same width. change width of first column via css, there no change.

i tried add widthfixed: false:

$("#activitiestable").tablesorter(         { widthfixed: false }         ); 

still there no change in column's width.

how can change column's width in table, when using tablesorter?

thanks


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -