Skip to content

adapttive/advance-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advance-grid

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>

About

Module for Magento2 provides enhanced ui grid with refresh and condition filters

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published