Vanilla-DataTables
A lightweight, dependency-free javascript HTML table plugin
File Explorer
Download Latest Version (.zip)- vanilla-dataTables.min.css
- vanilla-dataTables.min.js
- vanilla-dataTables.css
- vanilla-dataTables.js
- index.html
- index.js
- .travis.yml
- bower.json
- Gruntfile.js
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Mobius1/Vanilla-DataTables
Downloads the entire project code from GitHub to your computer.
cd Vanilla-DataTables
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install vanilla-datatables --save
Downloads and installs the libraries listed in package.json.
<link href="https://cdn.jsdelivr.net/npm/vanilla-datatables@latest/dist/vanilla-dataTables.min.css" rel="stylesheet" type="text/css">
Type this command into your terminal and run it.
<script src="https://cdn.jsdelivr.net/npm/vanilla-datatables@latest/dist/vanilla-dataTables.min.js" type="text/javascript"></script>
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
