apollo/yii2-ajaxfilter Yii2 Ajax filter

ajax-filter

Ajax filter for yii2

Usage:

public function behaviors()
    {
        return [
            'ajax' => [
                'class' => AjaxFilter::className(),
                'actions' => [
                    'actionName' => ['ajax'],
                ],
            ],
        ];
    }

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
2 github stars & 3 github forks
0 downloads in the last day
0 downloads in the last 30 days
60 total downloads