Docs
API
  • cancel

    String

    Localization cancel text.

    Example

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