Looking to create a unique web application with a table that has a fixed, styled header, resizable columns, and the ability to resize the columns without truncating content. Additionally, I want the body of the table to scroll if it cannot all fit on the page.
Compatibility with webkit-based browsers is essential for this project, so I am specifically focusing on making this feature work in those browsers.
I have tried various methods, such as using jQuery plugins and CSS3 resize values, but none have provided the exact combination of features I need. Any suggestions or code solutions would be greatly appreciated!