Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 251 Bytes

README.rdoc

File metadata and controls

executable file
·
13 lines (9 loc) · 251 Bytes

Ext.ux.touch.GridSummary

A plugin to add a summary dock or row to the Ext.ux.TouchGridPanel. Will only summarize numbers

Usage

{
    xtype: 'touchgridpanel',
    ...,
    plugins: [new Ext.ux.touch.GridSummary()],
    ...
}