Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinix-technology/tshirt-list
A list filter implementation
https://github.com/xinix-technology/tshirt-list
Last synced: about 11 hours ago
JSON representation
A list filter implementation
- Host: GitHub
- URL: https://github.com/xinix-technology/tshirt-list
- Owner: xinix-technology
- License: mit
- Created: 2015-05-23T14:23:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T04:15:37.000Z (about 9 years ago)
- Last Synced: 2024-10-10T10:55:43.783Z (about 1 month ago)
- Language: JavaScript
- Size: 305 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xinix - tshirt-list - A list filter implementation - [dwaan](https://github.com/dwaan) (Grouping / Web)
README
T-Shirt List
==============T-Shirt List is listing implementation
**Available Configuration**
1. config: [], // The config: check, value, input, side and find.
2. data: [], // Multi array data to be displayed
3. placeholder: "Type to find", // The wording for the search bar
4. cantfind: "Can't find the string you're looking", // The words when can't find the search term
5. empty: "Can't find any data right now", // The words when the data is empty
6. highlight: true, // Set false to disable highlight on search result, faster for huge data
7. multipleSelect: false, // Set true to make it multiple select
8. onClick: function (element) {}, // A callback when the list get clicked**How to use**
$("#list").list();