标签: jquery css
我使用jQuery插件tablesorter。所有columns都具有相同的宽度。 我通过CSS更改第一列的宽度,但没有变化。
columns
我尝试添加widthFixed: false:
widthFixed: false
$("#ActivitiesTable").tablesorter( { widthFixed: false } );
column's宽度仍然没有变化。
column's
使用tablesorter时,如何更改表格中列的宽度?
由于