0.5.5 • Published 8 years ago

frypan-knockout-grid v0.5.5

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Frypan

A lightweight and powerful data grid for Knockout

SauceLabs Test Status

Features

  • Column sorting
  • Column filtering
  • Searching
  • Automatic Virtualization if needed, with automatic resizing
  • Infinite Scrolling
  • Custom column templates, with built-in one for link rendering
  • Column resizing
  • Asyncrounous (Remote) data sources
  • Persists and load settings to local storage or anywhere else
  • Dynamic column discovery - an array of objects (or async data function) is all you need to get started
  • No event soup - everything is wrapped in computed observables. Everything just works when your data and options change

API

Documentation to come, for now see the 50+ tests

Installation

via bower

bower install frypan-knockout-grid

or via npm

npm install frypan-knockout-grid