It adds the functionality width: auto
which redefines width as sum of all col_widths values. This way you don't have to guess the adequate width based on your col_widths. example: `` name: jqgrid table: plugin_wiki_page fields: id,description,modified_on fieldname: category fieldvalue: article colnames: title, description, Last modified col_widths: 100,380,88 width: auto height: 300 ``:widget http://www.speedyshare.com/files/26452761/patch_jqgrid_width_auto.patch

