removing extra space from the column header

Please check the code given below.



I see at least 5px space on the left of each column, is there any way I can remove that space ?



see column name open, closed and other











        













    













You can change grid header’s padding using following css rule:
div.gridbox table.hdr td {
padding-left: 0;
}

Please see more information about grid appearance here dhtmlx.com/docs/products/dhtmlxG … _cust_skin