An array of objects can be assigned to the items property.
Grid columns and editor fields can be defined by providing a list of fields in the include property.
NOTE: When there is no initial data, use this to configure grid and editor, then you can add new items
Otherwise you can exclude a set of fields by using the the exclude property.
NOTE: When the include property is set exclude is ignored
Built-in sorting and filtering can be disabled by setting the properties no-sort and no-filter respectively
By setting edit-on-click to true, items can be opened to edit by clicking on the grid row.
NOTE: When enabled, the edit column on autogenerated grid is hidden.