jQuery 插件浮动列和行标题
我有一个既宽又高的 HTML 。因为它需要水平垂直滚动,所以我想使用 jQuery 浮动列标题 (
) AND 行标题 (
中的 标记)。
;
似乎有很多插件可以执行 (例如 this),但是有没有同时具有列标题和行标题的?
请注意,我不是正在寻找一个可以将滚动条添加到表格两侧的插件。我希望标题在滚动离开浏览器窗口时浮动。
I have an HTML <table>
that is both wide and tall. Because it requires both horizontal vertical scrolling, I would like to use jQuery to float the column headers (<thead>
) AND the row headers (<th>
tags in the <tbody>
).
There seem to be plenty of plugins that do the <thead>
(such as this), but are there any that do both column and row headers?
Note that I am not looking for a plugin that adds scrollbars to the sides of my table. I want the headers to float if they scroll off the browser window.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://meetselva.github.io/fixed-table-rows-cols/
是一个非常符合要求的 jQuery 插件!
http://meetselva.github.io/fixed-table-rows-cols/
Is a jQuery plugin that fits the bill perfectly!