An open API service indexing awesome lists of open source software.

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.

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.