Docs
API
  • no

    String

    Localization no text.

    Example

    
    var grid = new FancyGrid({
      title: 'Localization - German',
      lang: {
        loadingText: 'Lade Daten ...',
        thousandSeparator: '.',
        sourceText: 'Quelle',
        yes: 'Ja',
        no: 'Nein'
      }
      ...
    });