How can I create Ember-Light-Table?

How can I create table in Ember using Ember-light-table , call api and show api data on ember-light-table.please help me ,I’m unable to find much resources in Ember,please guide me how to do this ???

Hi @Ragini_Gupta, welcome! I’d recommend by reading through the guides. They have a lot of very helpful information on all the basic concepts in Ember. Particularly check out:

At a high level you’ll want to define a route, load your data in the route’s model hook, set up your light table either in the controller or in a component, and render the light table either in the route template or in a component if you choose to use one off the bat. If you get stuck on anything in particular feel free to ask any follow up questions!

1 Like

Sure, Thank You so much.