mmind/bl_customgrid

There is no license information available for the latest version (0.9.0) of this package.

Enhanced Admin Grids Extension for Magento

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 114

Type:magento-module

0.9.0 2015-05-14 14:42 UTC

This package is auto-updated.

Last update: 2024-04-15 20:29:44 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"
        }
    ],
    .....
}