stefanocudini / bootstrap-list-filter

Search widget to filter Bootstrap lists
https://opengeo.tech/bootstrap-list-filter/
MIT License
99 stars 31 forks source link

[question] showing "no results" when filtering existing elements? #6

Closed tconroy closed 9 years ago

tconroy commented 9 years ago

Hi, I'm using bootstrap-list-filter to filter existing list-elements on a page. I have it working great, however if no matches are found, I'd like to display some sort of message like "no results found" .. How do I configure that? Currently it just shows nothing when no results match.

jerone commented 9 years ago

This seems to be already possible, but only with external datasources and not with static datasource.

tconroy commented 9 years ago

Yeah I noticed it worked with external sources. Thanks for adding support for static! :+1: