6 ms·
List.js » Paging & Plugins
- himynameisjonas 15y agoAwesome! The only thing missing now is support for fuzzy search
- Javve 15y agoWith plugins you can build your own fuzzy search! :) ...but I know that is a feature many want, so maybe I will build a plugin if no one get before me.
- peterlind 15y agoSweet! For a real world usage, check out http://html5please.us/ http://html5please.us/
- nailer 15y agoLove list.js. We've used it for a couple of internal things and users have always been impressed with the searching - it kind of feels like something that should have always been built into long tabular lists.
- bdg 15y agoI still wish you exposed a DOM fragment as an option instead of HTML strings.
- bobspryn 15y agoI'd like that too. Would like to be able to sort on something stuck in a data attribute. https://github.com/javve/list/issues/35 https://github.com/javve/list/issues/35 I might take a crack at a patch if no one else does.
- Javve 15y agoWith the new plugins-functionality you could create your own special sorter that uses data attributes too. Then you would call it with listObj.yourSortersName(something). And you can still use the regular sort function which since this version is a included in the helper object :)
- Javve 15y agoFix'd! :) https://github.com/javve/list/commit/ec2a490142997a17646dd74557ac0d0871840814 https://github.com/javve/list/commit/ec2a490142997a17646dd74...
- saryant 15y agoI've been using List.js lately, submitted a few bug fixes on Github for it as well. Great plugin and an awesome lightweight alternative to DataTables. Shaved a nice ~80k of the payload of CRUD app I'm working on right now.