Tagged Questions
2
votes
3answers
296 views
What is the best way to implement 'Excel like column sizing' for an HTML table?
Basically, I want to allow the user to resize columns in an HTML table, using the same method as you would in Excel. Drag the space between columns and size.
I did some research on this last year, ...