samuelelonghin/yii2-actioncolumn4

new Bootstrap 4 GridView ad GridViews

Maintainers

Package info

github.com/SamueleLonghin/yii2-ActionColumn4

Type:yii2-extension

pkg:composer/samuelelonghin/yii2-actioncolumn4

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2022-03-16 13:38 UTC

This package is auto-updated.

Last update: 2026-03-16 22:17:29 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(); ?>```