list.js v0.1.4 Release Notes

Release Date: 2011-12-15 // over 12 years ago
    • .filters(), .sort() and .search() now deped on each other. If the list is filtered and then there is a search, the items hidden by the filters will stay hidden etc.
    • .filter() is the only way to reset filter. .filter(false) does not work anymore.