Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adapttive/advance-grid
Module for Magento2 provides enhanced ui grid with refresh and condition filters
https://github.com/adapttive/advance-grid
Last synced: 28 days ago
JSON representation
Module for Magento2 provides enhanced ui grid with refresh and condition filters
- Host: GitHub
- URL: https://github.com/adapttive/advance-grid
- Owner: adapttive
- License: mit
- Created: 2020-10-11T05:36:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T05:45:41.000Z (about 1 month ago)
- Last Synced: 2024-11-22T06:26:44.963Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 16.6 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# advance-grid
Module for Magento 2 provides enhanced ui grid with refresh and conditional filters
![version](https://img.shields.io/packagist/v/adapttive/advance-grid)
![php](https://img.shields.io/packagist/php-v/adapttive/advance-grid)
![license](https://img.shields.io/packagist/l/adapttive/advance-grid)
![size](https://img.shields.io/github/repo-size/adapttive/advance-grid)
![stars](https://img.shields.io/github/stars/adapttive/advance-grid?style=social)
![contributors](https://img.shields.io/github/contributors/adapttive/advance-grid)## installation
`composer require adapttive/advance-grid`
## features
- **refresh**: without the page reload ![ready](https://img.shields.io/badge/refresh-ready-green)
- **filter**: with conditions ![under-development](https://img.shields.io/badge/filter-under--development-yellow)
- **locking**: of columns for horizontal scroll ![under-development](https://img.shields.io/badge/locking-under--development-yellow)
- **ajax actions**: without grid reload for individual rows ![under-development](https://img.shields.io/badge/ajax_actions-under--development-yellow)## usage
### refresh
- added to sales order grid by default
- to add to other ui grids, add the following to ui grid xml:```xml
Adapttive_Ui/grid/sticky/sticky
```