Docs
API
  • showBar(bar: String)

    Shows bar if it was hidden before.
    Possible bar values: tbar, subtbar, bbar, buttons.

    Example

    
    var grid = new FancyGrid({
      ...
      tbar: [...]
      
    grid.hideBar('tbar');
    ...
    grid.showBar('tbar');