mcellteam / browser_plot

A web-based plotting tool for CellBlender
0 stars 0 forks source link

Filter series list #4

Open jczech opened 8 years ago

jczech commented 8 years ago

It should be possible to filter the series list by some string. This could use some kind of incremental/fuzzy search, wildcards, or regular expressions. Even though regular expressions can be incredibly useful, I think incremental search would be considerably more useful to more people.

Maybe we could use filter.js: https://github.com/jiren/filter.js Example here: http://jiren.github.io/filter.js/index.html