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

If search criteria is specified after the first query, the data is not refreshed #11

Open Cyclic opened 10 years ago

Cyclic commented 10 years ago

Only subsequent data loads pass the q=searchTerm parameter to the server, so the page results are only a subset of the full data.

jiren commented 10 years ago

If you passing query to server then it shows only query result return by server. If you are searching in table using existing search box then it will search inside table data only. One solution is that you can stream data to table and search on table.