Please add the html5 input types (eg. date) to form edit.
I tried it but unfortunately it does not work.
For example:
|
1 2 3 4 5 6 |
$grid->setColProperty('terminVon', [ 'label' => 'Von', 'align' => 'center', 'width' => 50, 'edittype' => 'date', 'editoptions' => ['class'=>'form-control']]); |
the advantage is that you can use the native date selector.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top