public static ctrl_TableList add_Jint_Stats_Columns(this ctrl_TableList tableList) { var columnsNames = new string[] { "pos", "url", "# links", "# images", "# forms", "# js", "# all js ok", "# js functions", "# js values", "analyzed js size", "original js size", "html size" }; tableList.add_Columns(columnsNames) .height(tableList.height() - 1); // this will reset the columns widths return(tableList); }