the server is sending only probes, no data at all. Debug step by step your adapter and check that it is sending the data to its listener.


About the client you've two errors now:

you should not change your html to be like this:

leave it as it was before


and you still have the undefined variable stream in your table constructor:

change it as I've shown you on my first post.