How to implement wordwrap on jqGrid which works on IE7, IE8 and FF, while also having column-resize work (grid aligns correctly).
Tried to innerwrap content on each td with a div of specific width (based on initial TH width), but colresize will not work on the divs I've inserted. jqGrid calculates the widths of the resized TH and adjacent THs though.
Is there a better solution which will avoid all the JavaScript 'hacks'?
title:false
inColModel
for all columns to switch off tooltips which are no more needed. One will save a little memory. Moreover usage othervertical-align
astext-top
for all cells in the table can be probably also interesting. – Deflagrate