mmind / bl_customgrid
Enhanced Admin Grids Extension for Magento
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 116
Type:magento-module
pkg:composer/mmind/bl_customgrid
Requires
This package is auto-updated.
Last update: 2025-12-16 00:08:12 UTC
README
Enhanced Admin Grids Extension for Magento Fork of BL_CustomGrid
Features
Contributors
- Giuseppe Morelli
Stable version
0.9.0
MAGENTO Installation
via composer
Add to your composer.json file this:
{
...
"require": {
"magento-hackathon/magento-composer-installer": "*",
"mmind/bl_customgrid": "0.9.0"
},
....
"repositories": [
{
"type": "vcs",
"url": "git@github.com:magemindcom/BL_CustomGrid.git"
}
],
.....
}