Docs
API
  • emptyText

    String

    Empty text when no data to show.

    Example

    
    var grid = new FancyGrid({
      emptyText: 'Nothing to Show'
      ...
    });
    

    Default

    
    ''