Creating a new table dashboard using json data in looker extension

Simbu
New Member

Hi,

I am created a new looker extension app. in this application i made api call and have the json data, by using the data i need to create a dashboard using looker extension using react code.

Can you please help me to proceed furthure.

0 1 308
1 REPLY 1

Sounds like you’ve got your data / API call working fine and are just stuck on the visual presentation of it? 

That’s kind of the perfect case for using Looker Components. They’re pre-built bits of React-based UI that let you mostly just pass in your data and get something that looks nice and Looker-y! 

Here’s the table component: https://developers.looker.com/components/docs/content/table and the getting started guide: https://developers.looker.com/components/develop. Make sure to wrap your app in a <ComponentsProvider>!

The extension examples repository also has plenty of examples of using components to display data.