<crud-view>
<crud-view> is a Polymer 2 Element and a couple of Mixins providing an easy way to display, sort, filter and make modifications to a list of JSON objects.
Demo
Components
CrudListMixin
: ES6 class for the list view.CrudItemMixin
: ES6 class for the entity editor.<crud-view>
: Helper element to enable dialogs.
elements
<crud-buttons-bar>
: A reusable bar with 3 buttons for crud editor<crud-dialog>
: A wrapper forvaadin-dialog
providing adding content in light-dom<crud-confirm-dialog>
: A confirmation element made on top ofvaadin-dialog
License
Apache License 2.0