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
- Host: GitHub
- URL: https://github.com/fazziclay/openfiletablejs
- Owner: FazziCLAY
- License: mit
- Created: 2022-06-22T06:45:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T12:13:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T21:41:39.495Z (10 months ago)
- Topics: file-index-table, file-table, html, index-page
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
