2 مستودعات
Libraries providing real-time filtering, sorting, and pagination for HTML elements without backend requirements.
Distinct from Sorted Collection Libraries: None of the candidates describe a general-purpose library for HTML search and sort without backend dependencies.
Explore 2 awesome GitHub repositories matching web development · JavaScript Search and Sort Libraries. Refine with filters or upvote what's useful.
list.js is a JavaScript search and sort library used to add real-time filtering, sorting, and pagination to HTML lists and tables without backend dependencies. It functions as a DOM data indexer and template-driven HTML renderer, allowing developers to manage how data is displayed and discovered on the client side. The library distinguishes itself through a fuzzy string matching engine that handles approximate matches and typos, and a DOM data indexer that extracts values directly from HTML data attributes to build a searchable internal index. It uses a template-driven rendering system to gen
Provides real-time filtering, sorting, and pagination for HTML elements without backend requirements.
match-sorter is a JavaScript string matching and array filtering utility designed to rank and sort lists based on search string relevance. It functions as a deterministic best-match sorting library and fuzzy search engine for filtering object arrays. The tool prioritizes results using weighted match heuristics that favor exact matches, acronyms, and string containment. It employs a deterministic ranking system to ensure consistent ordering and supports diacritic-insensitive normalization to match characters regardless of accents. The library covers match criteria specification via key-path p
Offers a deterministic ranking and sorting library for filtering JavaScript arrays based on search relevance.