Hi, how can i set a default value for a colum?
I mean
// ————————————— NOMBRE
$col = array();
$col["title"] = "NAME";
$col["name"] = "nombre";
$col["width"] = "15";
$col["editable"] = true;
$col["align"] = "center";
$col["search"] = true;
$cols[] = $col;
I would like to set a default value for this colum when I open the add record option this colum should show the default value I want to set