set_hide(mixed $col) : $this
Hide a field on the form from displaying with CSS display:none. Note that the field still exists on the form but not visible.
Do not use this field to hide sensitive information such as password.
Parameters
| mixed | $col |
|
set_hide(mixed $col) : $this
Hide a field on the form from displaying with CSS display:none. Note that the field still exists on the form but not visible.
Do not use this field to hide sensitive information such as password.
| mixed | $col |
|