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

1.0.0 2020-11-07 07:20 UTC

This package is auto-updated.

Last update: 2024-04-13 14:54:19 UTC


README

Module for Magento 2 provides enhanced ui grid with refresh and conditional filters

version php license size stars contributors

installation

composer require adapttive/advance-grid

features

  • refresh: without the page reload ready
  • filter: with conditions under-development
  • locking: of columns for horizontal scroll under-development
  • ajax actions: without grid reload for individual rows under-development

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>