如何添加按钮或链接到YII2 Gridview :: FILTER_DATE

时间:2017-02-07 12:40:08

标签: php yii2

我正在尝试向filter_date弹出日历添加按钮或链接,以便不仅可以按特定日期过滤gridview,还可以仅显示空值(例如excel autofilter空值)。 gridview example

在搜索模型上我设置查询: ($this->delivery_date)=="null" ? $query->andWhere(['delivery_date' => null,]) : $query->andFilterWhere(['delivery_date' => $this->delivery_date]);

现在我需要在搜索字段中允许' null'价值分开的日期。 有没有简单的方法来修改日历小部件?

0 个答案:

没有答案