Jquery表排序器与分页器的单元格高度问题

发布于 2024-10-02 19:28:04 字数 361 浏览 0 评论 0原文

jquery 表排序器和分页器插件有问题。

一切正常,但如果我有一个“描述”列,并且它比其他单元格大(动态扩展),我怎样才能让分页器插件粘在新表格的底部?

我的代码现在在家里,但这里是 2 个代码一起的示例。

http://tablesorter.com/docs/example-pager.html

在该示例中,假设每个“100”都表示为“100,这是大量额外的写入,最终将环绕到此表中某些条目中的新行”

我是否必须使每个单元格都均匀大? (因为有些可能比其他的大)谢谢

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

☆獨立☆ 2024-10-09 19:28:04

.tablesorterPager({ 容器: $("#pager"),positionFixed: false });

将假改为真

.tablesorterPager({ container: $("#pager"), positionFixed: false });

Change false to true

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文