tablesorter.pager not showing

tablesorter.pager not showing

I have installed the tablesorter.pager.js and it loads, but the pager is not visible at the bottom. What am I missing? this is the code I am adding :

 $('#myTable') .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $("#pager")});