문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top