Having a problem with jquery table sorter and pager plugin.
All works fine, but if i have say a 'description' column, and it's larger than the the other cells (expands dynamically) how can i get the pager plugin to stick to the bottom of the new table?
My code is at home right now, but here is a sample of the 2 together.
http://tablesorter.com/docs/example-pager.html
In that example, say every '100' is denoted as "100 and this is alot of extra writing that will eventually wrap around to a new row within certain entries in this table"
Do i have to make every cell uniformly big? (cause some may be quite bigger than others) thanks
.tablesorterPager({ container: $("#pager"), positionFixed: false });
Change false to true