thanx for good work!
I've tried in Firefox, Chrome and IE. There are some problems.
1) With big textarea fields, Firefox print all, IE – the same. Chrome loses the rightmost part.
2) If width of columns is not set and field content is rather short – all OK. But, if width is set, and table body has long text fields – then header columns width is different from body. I suppose the clue is something like this:
– grid consists of several tables – e.g. one for header, one for body.
– long text fields adjust width accordinng to text size
So, may be some kind of solution is to copy header cells with width attributes to the body table and remove the header table. This way – the header and the body columns will be the same width.
I put this:
var t1=$('#prt-container thead');