So I\'m trying to use the flexigrid plugin. It looks like it\'s going to work great aside from the fact that it looks like you have to manually set the column widths. Otherwis
Thanks. Based on the post of line 678, mine got fixed with the following:
$(tdDiv).css({textAlign:pth.align,width: $('div:first',pth).width()-10 + "px"});
For some reason, the header font is larger than the detail font... hope this helps.