samuelelonghin/yii2-actioncolumn4

new Bootstrap 4 GridView ad GridViews

1.1.0 2022-03-16 13:38 UTC

This package is auto-updated.

Last update: 2024-04-16 18:18:31 UTC


README

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist longhinsamuele/yii2-actioncolumn4 "*"

or add

"longhinsamuele/yii2-actioncolumn4": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \samuelelonghin\grid\columns\ActionColumn4::widget(); ?>```