2017-09-19 14:47:10 +00:00
|
|
|
{{yield (hash
|
|
|
|
head=(component "list-table/table-head")
|
2020-07-09 20:19:07 +00:00
|
|
|
body=(component "list-table/table-body" rows=this.decoratedSource)
|
2017-09-19 14:47:10 +00:00
|
|
|
sort-by=(component "list-table/sort-by"
|
2020-07-09 20:19:07 +00:00
|
|
|
currentProp=this.sortProperty
|
|
|
|
sortDescending=this.sortDescending
|
2017-09-19 14:47:10 +00:00
|
|
|
)
|
|
|
|
)}}
|