forked from javve/list.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,73 @@ | ||
# 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! | ||
|
||
### 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 ›](http://listjs.com/docs/list-api#search) | ||
- Sort [Read more ›](http://listjs.com/docs/list-api#sort) | ||
- Filter [Read more ›](http://listjs.com/docs/list-api#filter) | ||
- Simple templating system that adds possibility to add, edit, remove items [Read more ›](http://listjs.com/docs/list-api#add) | ||
- Plugins [Read more ›](http://listjs.com/docs/plugins) | ||
- Support for Chrome, Safari, Firefox, IE6+ | ||
|
||
## Documentation | ||
- [Getting started](http://listjs.com/docs) | ||
- [Options](http://listjs.com/docs/options) | ||
- [List API](http://listjs.com/docs/list-api) | ||
- [Item API](http://listjs.com/docs/item-api) | ||
- [Changelog](http://listjs.com/overview/changelog) | ||
|
||
### Plugins | ||
- [Introduction](http://listjs.com/docs/plugins) | ||
- [Pagination](http://listjs.com/docs/plugins/pagination) | ||
- [Fuzzy search](http://listjs.com/docs/plugins/fuzzysearch) | ||
- [Build your own](http://listjs.com/docs/plugins/build) | ||
|
||
### Examples | ||
- [Existing list](http://listjs.com/examples/existing-list) | ||
- [Table](http://listjs.com/examples/table) | ||
|
||
### Known issues | ||
- Sorting fails with `åä`, thinking that `ä` is before `å`. | ||
- There should not be a limit for how many items that could be parsed. | ||
- Class `asc` and `desc` should be removed as soon as the sorting breaks. | ||
- Tables row items can't be created with the `{ item: '<html>' }`-method. | ||
|
||
|
||
## Contributors | ||
* [javve](https://github.com/javve) / [Jonny Strömberg](http://jonnystromberg.com) | ||
* [lusentis](https://github.com/lusentis) / [Simone Lusenti](http://www.plasticpanda.com) | ||
* [dancrew32](https://github.com/dancrew32) / [Dan Masquelier](http://danmasq.com) | ||
* [himynameisjonas](https://github.com/himynameisjonas) / [Jonas Forsberg](http://jonasforsberg.se) | ||
* [LuukvE](https://github.com/LuukvE) [Luuk van Egeraat](http://luukvanegeraat.com/) | ||
* [endorama](https://github.com/endorama) / Edoardo Tenani | ||
* [sprynmr](https://github.com/sprynmr) / Bob Spryn | ||
* [francescolaffi](https://github.com/francescolaffi) | ||
* [ryantanner](https://github.com/ryantanner) | ||
* [idlefella](https://github.com/idlefella) | ||
* [julienbechade](https://github.com/julienbechade) / [Julien Béchade/](http://julienbechade.com/) | ||
* [matthewheston](https://github.com/matthewheston) | ||
* [gvido](https://github.com/gvido) / Gvido Glazers | ||
* [karlwestin](https://github.com/karlwestin) / [Karl Westin](http://karlwestin.com) | ||
* [joakin](https://github.com/joakin) / [Joaquin](http://chimeces.com/) | ||
* [dancrew32](https://github.com/dancrew32) / [Dan Masquelier](http://danmasq.com/) | ||
* [jkeyes](https://github.com/jkeyes) / [John Keyes](http://keyes.ie/) | ||
* [samosad](https://github.com/samosad) / Alexey Tabakman | ||
|
||
### Want to contribute? | ||
- Read more at [listjs.com/overview/contribute](http://listjs.com/overview/contribute) | ||
|
||
## License (MIT) | ||
|
||
Copyright (c) 2012 Jonny Strömberg <[[email protected]]([email protected])> | ||
[http://jonnystromberg.com](http://jonnystromberg.com) |