ENH: Collection List (#20)
This commit is contained in:
parent
77071dfa35
commit
55a1c4fca6
26 changed files with 284 additions and 3 deletions
10
app/templates/components/ccdb-table.hbs
Normal file
10
app/templates/components/ccdb-table.hbs
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{#if hasBlock}}
|
||||
{{yield (hash
|
||||
table=(component 'light-table' table=table)
|
||||
)}}
|
||||
{{else}}
|
||||
{{#light-table table tableClassNames="table table-striped" as |t|}}
|
||||
{{t.head}}
|
||||
{{t.body}}
|
||||
{{/light-table}}
|
||||
{{/if}}
|
1
app/templates/components/collections-container.hbs
Normal file
1
app/templates/components/collections-container.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{ccdb-table model=model columns=columns}}
|
3
app/templates/components/loading-spinner.hbs
Normal file
3
app/templates/components/loading-spinner.hbs
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="bounce1"></div>
|
||||
<div class="bounce2"></div>
|
||||
<div class="bounce3"></div>
|
Loading…
Add table
Add a link
Reference in a new issue