Getting Tablesorter going (process confirmation for a newbie)

Getting Tablesorter going (process confirmation for a newbie)

Hi,

I am trying to get the Tablesorter JQuery UITheme Widget (Bootstrap v3.x) going https://mottie.github.io/tablesorter/docs/example-widget-bootstrap-theme.html & just wanted to confirm the process.

Is it just a point of
1. download code & place on website
2. reference code in head
3. give your table an id
4. copy javascript to page & change the tableid in the $("table").tablesorter({

For some reason, nothing is happening on any of the features (sort, page or filter)

I did try the most basic tablesorter & it worked fine.

Thanks in advance for any assistance