NeXTs / Clusterize.js

Tiny vanilla JS plugin to display large data sets easily
https://clusterize.js.org
MIT License
7.22k stars 412 forks source link

Searchable? #19

Closed igorescobar closed 9 years ago

igorescobar commented 9 years ago

The only down side I've seen on the idea is that we can't use CTRL/command + F to locate something in a huge list... Any idea on how to solve this?

NeXTs commented 9 years ago

Implementation of search ability will double the size of plugin's sources, I'd like to keep it tiny. If you need search - take a look at something more comprehensive, like SlickGrid http://mleibman.github.io/SlickGrid/examples/example4-model.html

NeXTs commented 8 years ago

Search may be implemented separately, check "How to implement search?" in FAQ