Skip to content

A Javascript library for adding a flexible spreadsheet which has rows, columns and cells which grow and shrink with the contents

License

Notifications You must be signed in to change notification settings

denkyl08/simpleSpreadSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simpleSpreadSheet

A Javascript library for adding a flexible spreadsheet which has rows, columns and cells which grow and shrink with the contents

To initialize a table with ten rows and ten columns simple instantiate a table like so:

Table({
  name: 'exampleTable',
  slot: 1,
  rows:10,
  columns:10,
})

The slot attribute is required. It refers to the HTML element in which the table will be inserted. element must have a class attribute of slot.

<div id="slot1" class='slot'></div>

About

A Javascript library for adding a flexible spreadsheet which has rows, columns and cells which grow and shrink with the contents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published