PHP Classes

File: vendor/b12phpfw/themes/datatables_s/simple_data_tbl_new.js

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   vendor/b12phpfw/themes/datatables_s/simple_data_tbl_new.js   Download  
File: vendor/b12phpfw/themes/datatables_s/simple_data_tbl_new.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of vendor/b12phpfw/themes/datatables_s/simple_data_tbl_new.js
Date: 1 year ago
Size: 312 bytes
 

Contents

Class file image Download
window.addEventListener('DOMContentLoaded', event => { // Simple-DataTables // https://github.com/fiduswriter/Simple-DataTables/wiki const datatablesSimple = document.getElementById('datatablesSimple'); if (datatablesSimple) { new simpleDatatables.DataTable(datatablesSimple); } });