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/