All Projects → javve → List.js

javve / List.js

Licence: mit
The perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to List.js

express-mquery
Expose mongoose query API through HTTP request.
Stars: ✭ 37 (-99.65%)
Mutual labels:  pagination, sort, filters
Rummage ecto
Search, Sort and Pagination for ecto queries
Stars: ✭ 190 (-98.22%)
Mutual labels:  search, sort, pagination
Rummage phoenix
Full Phoenix Support for Rummage. It can be used for searching, sorting and paginating collections in phoenix.
Stars: ✭ 144 (-98.65%)
Mutual labels:  search, sort, pagination
React Grid Table
A modular table, based on a CSS grid layout, optimized for customization.
Stars: ✭ 57 (-99.46%)
Mutual labels:  search, sort, pagination
Cassandra Lucene Index
Lucene based secondary indexes for Cassandra
Stars: ✭ 584 (-94.52%)
Mutual labels:  search, fuzzy-search
Sieve
⚗️ Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core
Stars: ✭ 560 (-94.74%)
Mutual labels:  sort, pagination
Ugrep
🔍NEW ugrep v3.1: ultra fast grep with interactive query UI and fuzzy search: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4), documents and more. A faster, user-friendly and compatible grep replacement.
Stars: ✭ 626 (-94.12%)
Mutual labels:  search, fuzzy-search
Elassandra
Elassandra = Elasticsearch + Apache Cassandra
Stars: ✭ 1,610 (-84.88%)
Mutual labels:  search, fuzzy-search
ci4-album
🔥 CodeIgniter 4 example Album module uses Domain Driven Design Architecture with Tactical Pattern
Stars: ✭ 67 (-99.37%)
Mutual labels:  search, pagination
Minisearch
Tiny and powerful JavaScript full-text search engine for browser and Node
Stars: ✭ 737 (-93.08%)
Mutual labels:  search, fuzzy-search
Flexsearch
Next-Generation full text search library for Browser and Node.js
Stars: ✭ 8,108 (-23.87%)
Mutual labels:  search, fuzzy-search
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+88.95%)
Mutual labels:  search, sort
Gridjs
Advanced table plugin
Stars: ✭ 3,231 (-69.66%)
Mutual labels:  sort, pagination
Typesense
Fast, typo tolerant, fuzzy search engine for building delightful search experiences ⚡ 🔍 ✨ An Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch.
Stars: ✭ 8,644 (-18.84%)
Mutual labels:  search, fuzzy-search
Graphql To Mongodb
Allows for generic run-time generation of filter types for existing graphql types and parsing client requests to mongodb find queries
Stars: ✭ 261 (-97.55%)
Mutual labels:  sort, pagination
Search Ui
🔍 A set of UI components to build a fully customized search!
Stars: ✭ 24 (-99.77%)
Mutual labels:  search, filters
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+11.71%)
Mutual labels:  search, sort
Queryql
Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string!
Stars: ✭ 76 (-99.29%)
Mutual labels:  sort, pagination
Monster
The Art of Template MetaProgramming (TMP) in Modern C++♦️
Stars: ✭ 90 (-99.15%)
Mutual labels:  search, sort
laravel-auto
Laravel Auto - a helper package to make automated lists with filters, sorting and paging like no other
Stars: ✭ 41 (-99.62%)
Mutual labels:  pagination, sort

List.js

Perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML. Really simple and easy to use!

Donate npm version CircleCI codecov jsDelivr Hits

Core idea

  • Simple and invisible
  • Easy to apply to existing HTML
  • No dependencies
  • Fast
  • Small
  • Handle thousands of items

Features

  • Works both lists, tables and almost anything else. E.g. <div>,<ul>,<table>, etc.
  • Search Read more ›
  • Sort Read more ›
  • Filter Read more ›
  • Simple templating system that adds possibility to add, edit, remove items Read more ›
  • Support for Chrome, Safari, Firefox, IE9+

Download / Install

Via NPM
npm install list.js
Via Bower
bower install list.js
Via CDNJS
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/2.3.1/list.min.js"></script>
Via Direct Download

Questions / How to?

https://stackoverflow.com/questions/tagged/list.js

Demo / Examples

Documentation

Thanks to all lovely contributors! Want to join them?

Creator

Jonny Strömberg @javve
Image of Jonny I hope you like the lib. I’ve put a lot of hours into it! Feel free to follow me on Twitter for news and donate a coffee for good karma ;)

License (MIT)

Copyright (c) 2011-2020 Jonny Strömberg <[email protected]> javve.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].