1.2.0 • Published 5 years ago

simpletable-js v1.2.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
5 years ago

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.