catgento/magento2-admin-grids

Magento 2 Admin Grid replacements using Hyvä Admin Grids

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 4

Forks: 1

Open Issues: 0

Type:magento2-module

0.1.1 2021-01-10 11:31 UTC

This package is auto-updated.

Last update: 2024-04-29 04:34:12 UTC


README

Work in Progress. This module uses Hyvä Admin module (https://github.com/hyva-themes/magento2-hyva-admin) developed by Vinai Kopp (https://github.com/Vinai).

This module replaces:

  • Products grid (Catalog » Products) - In progress
  • Customers grid (Customers » Customers) - To do

Installation

Composer

    composer require catgento/magento2-admin-grids

ZIP file

Download the module and unzip it under the folder app/code/Catgento/AdminGrids.

#Motivation and goals

The aim is to replace some of the Magento 2 Admin Grids (Product and Customers initially) and use instead Hyvä Admin Grids.

These are some reasons for replacing Magento 2 Admin Grids:

  • Native Grids are slow to load (with Hyvä Grids, grids load 3-4x faster)
  • Native Filtering is complex and requires so many clicks. When you have many people working every day with products, filters become essential for their work. Hyvä Admin Grids places the filters back to the top of the columns
  • Customization and maintainability: because working with Hyvä (tailwind and Alpine.js) is easier and more fun than working with Magento UI Components