jQuery UI 在 TH 中可调整大小
我正在尝试制作一个可调整大小的标题的表格。
在这里你可以看到一个例子,我首先尝试使用 div 调整大小,然后使用表格(效果很好)。然后我尝试使用另一个表的 th 来调整大小。什么也没发生。
可以使用 jquery UI 调整大小吗? <代码>
I'm trying to make a table with the th's of the header resizable.
Here you can see an example where I first try de resize with a div and then with a table (it works great). Then I try the resize with the th's of another table. Nothing happens.
Can the th's be resized using jquery UI??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用:
html:
js:
try with:
html:
js:
我做了一些小调整来强制调整大小期间/之后的大小:
I have done small tweak to force the size of the the during/after resize: