-
Notifications
You must be signed in to change notification settings - Fork 77
Module Bar
nkolban edited this page Feb 4, 2013
·
2 revisions
The Bar module provides support for two bars. One above the table and one below. You don't need to show both if you don't want to. When defining the grid and having included the gridx/modules/Bar
package, a new property pair will be available on the grid's definition. These properties are:
-
barTop
- definitions for the top bar -
barBotton
- definitions for the bottom bar
Both of these are of type "Array of Objects". The definition of an object is:
- pluginClass
- colSpan
- style:
- className
- plugin - A Dijit Widget instance
- content - HTML which will be inserted