Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Matthew on Apr 03, 2009 06:25
open dhtmlx forum
Space between rows

Hi there what is the easiest way to change the space between rows? As my data is looking a bit cramped together
Answer posted by dhxSupport on Apr 03, 2009 07:06

You can do this using css stylesheets:

div.gridbox table.obj tr td {
  padding: 10px 0 10px 0;
 }

More information about grid appearance you can find here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Creating_custom_skin.html#grid_cust_skin