PHPackages                             mickgeek/yii2-actionbar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mickgeek/yii2-actionbar

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

mickgeek/yii2-actionbar
=======================

A control bar with bulk actions for the GridView widget.

1.2.0(3y ago)3444.5k↓42.1%12BSD-3-ClausePHP

Since Jul 15Pushed 3y ago3 watchersCompare

[ Source](https://github.com/mickgeek/yii2-actionbar)[ Packagist](https://packagist.org/packages/mickgeek/yii2-actionbar)[ Docs](https://github.com/mickgeek/yii2-actionbar)[ RSS](/packages/mickgeek-yii2-actionbar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

ActionBar
=========

[](#actionbar)

ActionBar is a Yii 2 widget that render the drop-down list for manipulation selected the GridView items and control buttons. The widget permits you to fully customize elements.

[![Screenshot](https://cloud.githubusercontent.com/assets/8091481/3558541/f447ff48-093c-11e4-91ad-b784c929ed32.png)](https://cloud.githubusercontent.com/assets/8091481/3558541/f447ff48-093c-11e4-91ad-b784c929ed32.png)

Installation
------------

[](#installation)

You can install the widget using [Composer](https://getcomposer.org). Just run the following command under your application folder:

```
php composer.phar require --prefer-dist mickgeek/yii2-actionbar

```

Usage
-----

[](#usage)

```
use mickgeek\actionbar\Widget as ActionBar;
