Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4826

Ember-light-table : how to I create a

$
0
0

@vim wrote:

HI,

I’m relatively new to ember and found the light-table add-on which seems to be able to do all I need. I managed to bring back data from a DB and display it, so the fundamentals seem right. What I would like to do is to display 1 column as a link to another site and have that open in another window/tab when I select it (i.e. target=_blank). However I’m struggeling how to do that , all I get is the regular columnar representation of the values defined in my model

{{#t.body canSelect=false onScrolledToBottom=(action ‘onScrolledToBottom’) as |body| }} {{#if isLoading}} {{#body.loader}} {{table-loader}} {{/body.loader}} {{/if}} {{/t.body}}

is what my by section in the template looks like. Can anyone please provide me with some insight how to accomplish what I 'm trying to get . at?

Thanks

Stefan

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles