mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
9 lines
234 B
Handlebars
9 lines
234 B
Handlebars
{{yield (hash
|
|
head=(component "list-table/table-head")
|
|
body=(component "list-table/table-body" rows=decoratedSource)
|
|
sort-by=(component "list-table/sort-by"
|
|
currentProp=sortProperty
|
|
sortDescending=sortDescending
|
|
)
|
|
)}}
|