EloquentStudio / StreamTable.js

StreamTable.js streams data for tables in the background, updates and renders them using templating frameworks like Mustache.js, HandleBars.js
http://eloquentstudio.github.io/StreamTable.js/stream.html
MIT License
385 stars 77 forks source link

Not seeing records #26

Open MB34 opened 9 years ago

MB34 commented 9 years ago

I have this data but it is not showing any records:

var data  = [["/DownloadFile2.aspx?File=Q%3a%5cPeople%5c1158341%5c824%5cAffidavit_20141031OLAO.HTML","Affidavit","20150819","20141031OLAO","","","","Agency Operations","","",""],
["/DownloadFile2.aspx?File=q%3a%5cPeople%5c1158341%5c824%5cLetters%5cReceipt_3342043.pdf","Receipt","20150729","","","","","","20150729","3342043",""],",""],
["/DownloadFile2.aspx?File=q%3a%5cPeople%5c1158341%5c824%5cLetters%5c20130212.PDF","Online 53 Days Out Reminder Letter","20130212","20121231OLWH3","","CISR","WH3","Additional Insureds & Certificates of Insurance","","",""],
["/DownloadFile2.aspx?File=q%3a%5cPeople%5c1158341%5c824%5cLetters%5c20130208.PDF","Online 53 Days Out Reminder Letter","20130208","20121231OLAO","","CISR","AO","Agency Operations","","",""]]

The actual data is 134 records, I shortened it for this post. Why does it not show anything?