Directory

crud-view - Vaadin Add-on Directory

CRUD views for Polymer apps crud-view - Vaadin Add-on Directory
# <crud-view> [![Available in Vaadin_Directory](https://img.shields.io/vaadin-directory/v/manolocrud-view.svg)](https://vaadin.com/directory/component/manolocrud-view) <crud-view> is a [Polymer](http://polymer-project.org) Element and a couple of Mixins providing an easy way to display, sort, filter and make modifications to a list of JSON objects. ![Screenshot of crud-view](https://raw.githubusercontent.com/manolo/crud-view/master/screenshot.gif) ## Example usage: `my-list.html` ```html ... ``` `my-editor.html` ```html ... ```