default value in colums

Questionsdefault value in colums
David asked 7 years ago

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

1 Answers
selectcas.biz answered 7 years ago

Nevermind I just solved it!

Your Answer

5 + 17 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?