Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juashyam/easy-admin-grids
Easy and joyful replacement of native UI component based Admin Grids using Hyvä Admin module.
https://github.com/juashyam/easy-admin-grids
admin-grids hyv-admin magento2-module ui-component
Last synced: 3 days ago
JSON representation
Easy and joyful replacement of native UI component based Admin Grids using Hyvä Admin module.
- Host: GitHub
- URL: https://github.com/juashyam/easy-admin-grids
- Owner: juashyam
- License: bsd-3-clause
- Created: 2021-01-31T17:16:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T07:26:01.000Z (over 3 years ago)
- Last Synced: 2024-04-20T20:06:51.267Z (10 months ago)
- Topics: admin-grids, hyv-admin, magento2-module, ui-component
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Easy Admin Grids_New](https://user-images.githubusercontent.com/13532448/122935610-1a00aa00-d38e-11eb-8ba6-806288064800.png)
[![Latest Stable Version](http://poser.pugx.org/juashyam/easy-admin-grids/v)](https://packagist.org/packages/juashyam/easy-admin-grids)
[![Total Downloads](http://poser.pugx.org/juashyam/easy-admin-grids/downloads)](https://packagist.org/packages/juashyam/easy-admin-grids)
[![License](http://poser.pugx.org/juashyam/easy-admin-grids/license)](https://packagist.org/packages/juashyam/easy-admin-grids)Easy and joyful replacement of native UI component based Admin Grids using [Hyvä Admin](https://github.com/hyva-themes/magento2-hyva-admin) module.
## Installation
> This package is not installable via Composer 1.x, please make sure you upgrade to Composer 2+.
```
composer require juashyam/easy-admin-grids
php bin/magento module:enable Juashyam_EasyAdminGrids
php bin/magento setup:upgrade
```## Configuration
Enable Easy Admin Grid in **Admin → Stores → Configuration → JUASHYAM → Easy Admin Grids**![Easy Admin Grids Configuration](https://user-images.githubusercontent.com/13532448/122933715-82e72280-d38c-11eb-9c0b-8febef854d45.png)
## Features
As of now, this module replaces following native grids out of the box.
- Content (Admin → Content)
- Block
- Pages
- Customers (Admin → Customers)
- All Customers
- Customers Now Online
- Customer Segments
- Customer Groups
- Marketing (Admin → Marketing)
- Cart Price Rules
- Catalog Price Rule
- Gift Card Accounts
- Related Products Rules## Authors
[Shyam Kumar](https://github.com/juashyam)
## Acknowledgments
[@Vinai](https://github.com/Vinai) for the base [Hyvä Admin](https://github.com/hyva-themes/magento2-hyva-admin) module.
## License
The module is released under the [BSD-3 Clause license](https://github.com/juashyam/easy-admin-grids/blob/main/LICENSE).