Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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




```