I'm doing a drag/drop with table rows. However, since drag/drop doesn't work with table rows, I going to use divs to resemble the table. BUT, tables are great for dynamically setting the right size for columns, which divs can't.
I want to create a js function that will go to a specific element by id, which contains a table and navigate the first row and return the widths of each of the columns in an array. Using these widths, I will construct a set of divs that will look like the original table.
I'm using Prototype framework too. If anybody have any help or bits of code, that'd be much appreciated.
'SOLVED'.
I want to create a js function that will go to a specific element by id, which contains a table and navigate the first row and return the widths of each of the columns in an array. Using these widths, I will construct a set of divs that will look like the original table.
I'm using Prototype framework too. If anybody have any help or bits of code, that'd be much appreciated.
'SOLVED'.
