You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nkolban edited this page Feb 4, 2013
·
3 revisions
The module called TitleBar adds a title to the top of the table. The text of the title is provided by the label attribute. This module has been deprecated by the Bar module.
Be sure and AMD load the module called gridx/modules/TitleBar.
var myGrid = new Grid({
...
modules: [
{
"moduleClass": TitleBar,
"label": "My table title"
}
],
...
});