https://github.com/zetlen/vpkr
A jQuery plugin that combines the best parts of a typeahead, a data table, and an accordion.
https://github.com/zetlen/vpkr
Last synced: 3 months ago
JSON representation
A jQuery plugin that combines the best parts of a typeahead, a data table, and an accordion.
- Host: GitHub
- URL: https://github.com/zetlen/vpkr
- Owner: zetlen
- Created: 2015-03-02T04:31:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T04:39:20.000Z (over 11 years ago)
- Last Synced: 2025-03-21T18:50:54.949Z (about 1 year ago)
- Language: HTML
- Size: 238 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VPKR
### a totally pronounceable jQuery UI widget
VPKR is a filterable, hierarchical data table. It combines the functionality of a data table, an accordion, and an autocomplete.
- **Flexible data source:** Accepts inline HTML, JSON, or asynchronous AJAX function
- **Searchability:** Typeahead search bar makes sense to users
- **Hierarchy:** Accepts a hierarchical data set and displays as expandable trees
- **Versatility:** Configure "actions" as functions which operate on data records, add form controls to table rows
- **Simplicity:** Small, light, does only the above, doesn't make a mess of the DOM
- **Pronounciation:** "Vip-kurr" (or "vee-picker" if you're boring)
## Installation
Keep it old school.
```sh
$ bower install zetlen/vpkr
```
```html
```
This plugin was made before AMDs or CommonJS packages were common practice, but it uses normal jQuery plugin style and should be easy to shim.