paper-datatable
paper-datatable copied to clipboard
Columns support sub-properties?
trafficstars
Can paper-datatable-columns path into child properties?
Example:
{
name: 'test',
child: {
name: 'childName'
}
}
I can display name easy enough by setting property="name". If I try to do property="child.name" it doesn't work and property="child" displays [Object object].
See #91
I went ahead and used the suggestion of the
<template>
{{value.subproperty}}
</template>