jQuery tablesorter + resizing column widths

后端 未结 6 1711
眼角桃花
眼角桃花 2020-12-29 13:30

Is there a jQuery plugin for resizing table columns that works with tablesorter?

6条回答
  •  一个人的身影
    2020-12-29 14:18

    It is possible to use the jQuery UI Resizable plugin to resize columns. The plugin can not directly resize TH elements, but even better COLGROUP > COL elements which makes the browser rendering very fast and enables proper HTML.

    Some more evaluation, a live demo and complete code can be found in the blog post Resizable Table Columns with jQuery UI.

提交回复
热议问题