1.0.0 • Published 5 years ago

sort-and-filter v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

sortAndFilter

A library to modify local context of a vuejs table component. Please read the test.js file for the appropriate context needed.

Features

  • string path selection sorting (e.g. "child.id")
  • filter types: enumerated, number, search, and custom filters
  • sorting resets when clicking column 3x

Sorting Usage

// standard
const sortKey = "id";
sortAndFilter(sortKey);

// nested sort key
const sortKey = "child.id";
sortAndFilter(sortKey);

// only apply filters from context (see tests)
sortAndFilter();

Testing

npm test
1.0.0

5 years ago