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

fetchData Allow customize filter parameters. #18

Closed lustercr closed 9 years ago

lustercr commented 9 years ago

Most of the time when a table loads would be good if we can pass some other params to be send on the request to the server, adding this capability, also the query param should not be force set on the fetch data if it is passed.

jiren commented 9 years ago

Thanks @lustercr