Is there a jQuery plugin for resizing table columns that works with tablesorter?
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.