On Fri, Mar 6, 2009 at 3:05 PM, MorningZ <morni...@gmail.com> wrote: > > I don't know if you copy and pasted that code right from your tool of > choice, but you've got single and double quotes mixed up at > > <div id='table_container"> > and > <th id="col_1" class='ColumnHeader"> > > use single quotes or double quotes, but not one of each, that will > cause major issues >
Sorry MorningZ, this is a copy and paste mistake... my code as normal pair of double/single quote. :-) > > also, your code for function "Grid_Colunns_Resize" is nothing like > what i posted, don't you want the tables to have the same width per > column? if that's the case, you have to check *both* tables to see > which one is wider after reading your code, i've discovered that it is not necessary to compare each column on both tables. from my point of view it's enough when i "scan" the header table and (whatever is column width in "slave table") to allocate this width to the data cell (slave table). am I wrong ? > > > here's updated (and working) code with your table structure > > http://paste.pocoo.org/show/106700/ ok i'm going to check it today evening. A.