PHP Classes

File: public/themes/admin/js/datatables.js

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   public/themes/admin/js/datatables.js   Download  
File: public/themes/admin/js/datatables.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year ago
Size: 339 bytes
 

Contents

Class file image Download
$('#dataTable').DataTable( { language: { url: getLanguage() } } ); function getLanguage() { var $langMap = { bg: 'bg', en: 'en-GB', fr: 'fr-FR' }; var $lang = $('html').attr('lang').substr(0,2); return 'https://cdn.datatables.net/plug-ins/1.13.1/i18n/' + $langMap[$lang] + '.json'; }