Column drag/drop/move/resize?
Column drag/drop/move/resize?
JonathansCorner.com
Posts: 5Questions: 0Answers: 0
Are there any plugins or solutions to allow a user to drag, drop, move, and/or resize column headers?
This discussion has been closed.
Replies
Allan
Is there anybody successfully using third-party jQuery (or vanilla JS) code for the resizing functionality? There are indeed a few threads in the forum already, but their examples linked to 404s and schtuff. I'm going to go back to the search results and dig a bit deeper and actually Google for the plugins mentioned, but if anyone has a live example and can attest to the stability of something they've already implemented, that would be awesome.
Greg
Noticed in another thread that somebody was using jQuery UI's resizable in an interesting way: inserting spans into the th and then tying the span's resizing to the th element. Should work in theory, though I'm having a few troubles (conflict with the sort widget). I'm already using jQuery UI for overlay (made since since I'm using the jQuery UI theming functionality of DataTables) so it's not much added weight compared to what I'm already loading.
Cheers,
Greg