Skip to content

ExperiBass/simpleTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleTable

Simple HTML Table generator.

Current version: 1.2.0

INSTALLING

   npm i --save simpletable-js

USAGE

See demo.html.

METHODS

   simpleTable.generate() // Generates the table and displays it.
   simpleTable.getRows() // Returns a array of row objects.
   simpleTable.getRow(no) // Returns a array of cells in the row.
   simpleTable.getCell(cellNo) // Gets the specified cell for usage.
   simpleTable.length // returns the number of cells in the table.