In table sorter I want to resize the colomn width with the mouse.
I have added
tablesorter:
active: true
table_nums: '1,2'
themes: blue
args:
1:
widgets:
- zebra
- filter
- resizable
widgetOptions: -
TXT
resizable: true -
YAML
resizable_widths: - 20px - 40px - 60px - 100px
However it doesn't work.
What am I doing wrong ?