FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Module TitleBar · oria/gridx Wiki · GitHub

/ gridx Public
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"
      }
   ],
   ...
});

See also

Wiki pages Pages 36

Clone this wiki locally


Back | FazBrowse Home | New Git URL