An open API service indexing awesome lists of open source software.

https://github.com/fazziclay/openfiletablejs

File index table
https://github.com/fazziclay/openfiletablejs

file-index-table file-table html index-page

Last synced: 4 months ago
JSON representation

File index table

Awesome Lists containing this project

README

          

# OpenFileTableJs (JavaScript)
## Script for adding file tables to your site (suitable for index pages)

## Use example (index.html)
Check [index.json](https://github.com/FazziCLAY/OpenFileTableJs/blob/main/index.json) file!
```html


OpenFileTableJs



Loading...



let app = new OpenFileTable("openfiletable", ["Name", "Date", "Description"], "name", false);
app.load("./index.json", "openfiletable_loading", "openfiletable_error");

```

Example in: https://fazziclay.github.io/download/

![image](https://user-images.githubusercontent.com/68351787/174962828-c96c8f70-e899-4178-adec-cb00063433b5.png)