derby has asked for the wisdom of the Perl Monks concerning the following question:
Not good enough. The major client wants to be able to "size" the table - actually control the width and height of cells. To my knowledge this cannot be done easily with HTML. Sure, I could offer some additional links that allow a user to control the width and height but that's going to be a UI nightmare (especially when you add the UI for adding/deleting rows and columns).
I've come to the conclusion that this needs to be a purely client side thing. Either javascript, a java applet or --ack-- a flash app.
Has anyone ever tried this? Does anyone know of any examples? I've looked at JXHTMLEDIT and it's close but a bit too heavy weight.
-derby
And don't think I'm not pushing back on that resize requirement. I'm just exploring for more info until the push is felt.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Dynamic HTML Tables on the Client Side (OT)
by dragonchild (Archbishop) on Sep 04, 2003 at 20:02 UTC | |
|
Re: Dynamic HTML Tables on the Client Side (OT)
by BUU (Prior) on Sep 04, 2003 at 20:54 UTC | |
|
Re: Dynamic HTML Tables on the Client Side (OT)
by jeffa (Bishop) on Sep 05, 2003 at 13:43 UTC |