13 lines
217 B
Handlebars
13 lines
217 B
Handlebars
{{
|
|
action-button
|
|
isPrimary=true
|
|
label='New Collection'
|
|
onClick=(action createCollection)
|
|
}}
|
|
{{
|
|
ccdb-table
|
|
model=model
|
|
columns=columns
|
|
changePage=(action changePage)
|
|
onRowClick=(action onRowClick)
|
|
}}
|