L
Larz
I want to have a table or similar grid structure and be able to
expand the size of the column using a drag and drop similar to how it
can be done in a spreadsheet. I know there are grid packages out there
that can do this with custom code that such the following where you
install their product: http://dhtmlx.com/docs/products/dhtmlxGrid/
I'm not sure I want to get all of their functionality and be locked
into doing everything that way. I've looked at some drag and drop
libraries, but it doesn't seem like an easy thing to do, or at least I
have had no luck with it so far and I suspect the DOM doesn't actually
allow it ?
Is there an easy enough way to do something like this with some kind
of table or similar to build a grid ?
If not I am considering having [+] and [-] buttons on the first two
rows that allow the table to be expanded as I have had some luck with
that, though it actually works a little strange in firefox .
expand the size of the column using a drag and drop similar to how it
can be done in a spreadsheet. I know there are grid packages out there
that can do this with custom code that such the following where you
install their product: http://dhtmlx.com/docs/products/dhtmlxGrid/
I'm not sure I want to get all of their functionality and be locked
into doing everything that way. I've looked at some drag and drop
libraries, but it doesn't seem like an easy thing to do, or at least I
have had no luck with it so far and I suspect the DOM doesn't actually
allow it ?
Is there an easy enough way to do something like this with some kind
of table or similar to build a grid ?
If not I am considering having [+] and [-] buttons on the first two
rows that allow the table to be expanded as I have had some luck with
that, though it actually works a little strange in firefox .