col.xyz.type
Specify what type of values can be stored in a column, defines the behaviour of the plugin.
Â
Class | column |
---|---|
Property | col.xyz.type |
Formal specification | col.xyz.type = string | number | integer | list | date | textarea | checkbox | radio | sequence |
Required | no |
Default | |
Version | |
Comment |
|
Example | gd.columns=name, dob, gender, relation, hobbies ...Â
col.dob=Date of BirthÂ
col.dob.type=dateÂ
col.dob.width=30Â
col.dob.editable=trueÂ
col.dob.sortable=trueÂ
col.dob.required=true
|
Reference | col.xyz.type = string |