Main public logs
Appearance
Combined display of all available logs of Torben's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:37, 7 February 2024 Torben talk contribs created page Tabulator (Created page with "==Tabulator JavaScript Table Lib== https://tabulator.info/ ===minimal example=== <!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="tabulator.min.css"> <script src="tabulator.min.js"></script> </head> <body> <div id="my-table"></div> <script> var table = new Tabulator("#my-table", { ajaxURL:"data.json", layout:"fitColumns", columns:[ {title:"Plant", field:"plant", headerFilter:"input", width:75}, {titl...")