Coder Social home page Coder Social logo

Comments (3)

boustanihani avatar boustanihani commented on May 18, 2024 1

Configure the defaults by passing a json url or some language object like this:

// http://datatables.net/examples/advanced_init/defaults.html
$.extend($.fn.dataTable.defaults, {

    language: {
        // http://datatables.net/examples/advanced_init/language_file.html
        url: 'http://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/German.json'
    },

    language: {
        sEmptyTable: 'Keine Daten in der Tabelle vorhanden',
        sInfo: '_START_ bis _END_ von _TOTAL_ Einträgen',
        sInfoEmpty: '0 bis 0 von 0 Einträgen',
        sInfoFiltered: '(gefiltert von _MAX_ Einträgen)',
        sInfoPostFix: '',
        sInfoThousands: '.',
        sLengthMenu: '_MENU_ Einträge anzeigen',
        sLoadingRecords: 'Wird geladen...',
        sProcessing: 'Bitte warten...',
        sSearch: 'Suchen',
        sZeroRecords: 'Keine Einträge vorhanden.',
        oPaginate: {
            sFirst: 'Erste',
            sPrevious: 'Zurück',
            sNext: 'Nächste',
            sLast: 'Letzte'
        },
        oAria: {
            sSortAscending: ': aktivieren, um Spalte aufsteigend zu sortieren',
            sSortDescending: ': aktivieren, um Spalte absteigend zu sortieren'
        }
    },
});

from meteor-tabular.

lugaru90 avatar lugaru90 commented on May 18, 2024

Works, thanks a lot :)

from meteor-tabular.

sairamdevarashetty avatar sairamdevarashetty commented on May 18, 2024

What if I want to change the labels for single table ??

from meteor-tabular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.