Skip to content

josudeno/js-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-table

Custom Implementation of data tables.

Paginates the results and has a search implementation.

Data gets passed in json format.

The following files are a simple demo of how to utilize this table.

index.html
client.js

Steps to set project up

Install bower

npm install bower

Run bower

bower install

Install karma npm install karma-cli

Check karma is installed karma --version

Run tests karma run