OpenFileTableJs (JavaScript)
Script for adding file tables to your site (suitable for index pages)
Use example (index.html)
Check index.json file!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>OpenFileTableJs</title>
<link rel="stylesheet" type="text/css" href="./style.css">
<script src="./openfiletable.js"></script>
</head>
<body>
<div id="openfiletable">
<h1 id="openfiletable_loading">Loading...</h1>
<h2 id="openfiletable_error"></h2>
</div>
</body>
<script type="text/javascript">
let app = new OpenFileTable("openfiletable", ["Name", "Date", "Description"], "name", false);
app.load("./index.json", "openfiletable_loading", "openfiletable_error");
</script>
</html>Example in: https://fazziclay.github.io/download/
On this page
Languages
JavaScript72.9%CSS13.8%HTML13.3%
Contributors
Latest Release
v1November 10, 2022MIT License
Created June 22, 2022
Updated September 7, 2024
