数据表的自定义滚动条
有什么方法可以自定义数据表的滚动条吗?
Is there any way to customize the scrollbars for the DataTables..?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有什么方法可以自定义数据表的滚动条吗?
Is there any way to customize the scrollbars for the DataTables..?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以使用 jScrollPane 来实现此目的:
http://jscrollpane.kelvinluck.com/
我们目前使用的是旧版本但可以在数据表初始化后将其连接到数据表。这里也会有相当多的 CSS 工作,但这是您开始所需的代码的关键:
You can use jScrollPane for this:
http://jscrollpane.kelvinluck.com/
We are currently using the older version but it can be wired up to the datatable after the datatable has been initialised. there will be a a fair bit of CSS work here as well but this is the crux of the code you need to get started: