mmind / bl_customgrid
Enhanced Admin Grids Extension for Magento
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 115
Type:magento-module
Requires
This package is auto-updated.
Last update: 2025-04-15 22:31:02 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" } ], ..... }