shkoliar / magento-grid-colors
Magento 2 module for colorizing admin grids. Supports saving of states with the help of grid's bookmarks.
Installs: 9 575
Dependents: 0
Suggesters: 0
Security: 0
Stars: 62
Watchers: 5
Forks: 13
Open Issues: 2
Language:JavaScript
Type:magento2-module
pkg:composer/shkoliar/magento-grid-colors
Requires
- magento/framework: ~100.1.0|~101.0.0|~102.0.0|~103.0.0
This package is auto-updated.
Last update: 2025-10-06 05:06:14 UTC
README
Overview
The module adds extra coloring features to admin grids at the Sales section. With help of this module, it is possible to define row color based on any column value which has pre-defined set of values. All coloring is applied dynamically and color configuration can be saved via Grid Bookmarks menu same as columns and filters configuration. Colorize grids with ease and preview results instantly!
Demo
Click on the image to watch the youtube video. Cmd + Click for macOS or Crtl + Click for Windows to open video in a new tab.
Installation
To install the Magento 2 Grid Colors module, simply run the command below:
composer require shkoliar/magento-grid-colors
To enable the module:
bin/magento module:enable Shkoliar_GridColors
Usage
After the module is installed and enabled, look for a new Colors element at Grid Actions section of Orders, Invoices, Shipments or Credit Memos pages of Sales section. To save the state of configured colors use Grid Bookmarks (Views) menu.