adapttive / advance-grid
Module for Magento2 provides enhanced ui grid with refresh and conditional filters.
Fund package maintenance!
Patreon
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 2
Forks: 3
Open Issues: 2
Language:HTML
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||~7.4.0
- magento/framework: 102.0.*
- magento/module-ui: 101.1.*
This package is auto-updated.
Last update: 2024-10-25 03:01:07 UTC
README
Module for Magento 2 provides enhanced ui grid with refresh and conditional filters
installation
composer require adapttive/advance-grid
features
- refresh: without the page reload
- filter: with conditions
- locking: of columns for horizontal scroll
- ajax actions: without grid reload for individual rows
usage
refresh
- added to sales order grid by default
- to add to other ui grids, add the following to ui grid xml:
<listingToolbar name="listing_top" template="Adapttive_Ui/grid/toolbar"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="stickyTmpl" xsi:type="string">Adapttive_Ui/grid/sticky/sticky</item> </item> </argument> <component name="listing_refresh" component="Adapttive_Ui/js/grid/refresh/refresh"/> </listingToolbar>