I want to know how to create a table where you can adjust the column widths. I have not figured out how to do this. If you know the secret sauce to this technique please let me know.
|
|
|||||
|
|
|
I assume that it would be DHTML (CSS & JavaScript). |
||
|
|
|
|
JavaScript + Google = the answer |
||
|
|
|
|
I believe it's as simple as capturing a mouse click event at an area at the edge of a cell header, and then dynamically changing the width of the column as the mouse is dragged. |
||
|
|
|
The Yahoo UI (YUI) data table widget allows resizing of columns. It's publicly available, but still in Beta, and the YUI library is pretty bulky. Any implementation will have to be in JavaScript/DHTML, because the default HTML tables don't have that kind of capabilities. |
||
|
|
|
|
Are you looking for the effect of outlook or there is the <-> that show up to show you to resize the table?
|
||
|
|
|
|
There is no simple answer such as "use some foobar html property".
This is done with javascript and DOM manipulations. |
|||
|
|
|
|
Flexigrid for jQuery seems pretty sweet. |
||
|
|
|
|
The way you do it is:
This is how they create adjustable tables and rich text editors in javascript. Try it yourself, type this in your browser bar.
|
||
|
|
