0.1.2 • Published 5 years ago

johnkings-table v0.1.2

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

britecore-test

Project setup

npm install --save johnkings-table

To use just provide the following props:

	:itemsPerPage='itemsPerPage'
   :dataUrl='dataUrl'
   :tableHeader= 'tableHeader'

Where itemsPerPage is the number of items you want displayed at a time, dataUrl is the firebase database address to get the json data to be displayed. This dataUrl will be used to save the data too. Note dont add the '.json' suffix perculiar to firebase.

The tableHeader is the name of the table.