Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

image

About

File index table

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Contributors

Languages