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

Multiple searches #35

Closed BardoBravo closed 4 years ago

BardoBravo commented 6 years ago

Hi, Is there a way to make multiple searches, like inserting the actor first name plus a year, and then have as response all movies with a given actor in a given year?

[]s Cláudio Ramos

jiren commented 6 years ago

This functionality is not available as of now but you can override search function.

https://github.com/jiren/StreamTable.js/blob/ebf42c2ea0e246e5b2ef82700e2d4b014979f9ed/stream_table.js#L249