/
col.xyz.type
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 |