谁一开始就是大神?

如何在gridview中加入daterangepicker,并实现搜索[2.0]

在gridview里面,我自己加入了daterangepicker,每一次点击apply的时候,都能把时间放入input里面,但是,搜索却失败。。。

你是要搜索吗?
我是这样做的。不知道你是不是要这个!
<?=$this->render(‘_search’, [‘model’ => $searchModel]); ?> 这是(index.php)
(_search.php)
<?php $form = ActiveForm::begin([‘action’ => [‘index’],’method’ => ‘get’,]); ?>
<?= $form->field($model, ‘type_id’)->dropDownList(ArrayHelper::map($data,’id’, ‘type_name’),[‘style’ => ‘display:inline-block;’,’prompt’=>’请选择活动类别…’])->label(false) ?>

赞(0) 打赏
未经允许不得转载:菜鸟之家 » 如何在gridview中加入daterangepicker,并实现搜索[2.0]

评论 抢沙发

登录

找回密码

注册