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

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -