tochoromero / aurelia-table

Simple functional data table for Aurelia
https://tochoromero.github.com/aurelia-table
MIT License
67 stars 25 forks source link

Please give me example of data.json #47

Closed manashegde closed 7 years ago

manashegde commented 7 years ago

am getting following error "collection must be an instance of Array, Map or Set."

tochoromero commented 7 years ago

You need to initialize your data variable, you can just set it to an empty array while you wait for the real data

manashegde commented 7 years ago

i did that, but still no use

can you provide me the data.json which you have used?

tochoromero commented 7 years ago

Can you please provide an example?