Example: ``` <paper-datatable-column header="Lastname" property="user.lastname" type="String"></paper-datatable-column> ``` Should bind to model["user"]["lastname"] for rendering, editing and sorting. I can do the PR for it if you agree with this.