An open API service indexing awesome lists of open source software.

https://github.com/edocbuhtig/tableau-integration-reactjs

Tableau React Integration
https://github.com/edocbuhtig/tableau-integration-reactjs

business-intelligence reactjs salesforce tableau tableau-api tableau-react-integration

Last synced: about 1 year ago
JSON representation

Tableau React Integration

Awesome Lists containing this project

README

          

## How to add Salesforce Tableau in Reactjs

## Screenshot

![Tableau React](/screenshot/tableau-public-demo.png)

## Intro

This code combines ES + Javascript mixture to demo how to achieve results using both.

### Import Tableau JS API Lib

into `` of **/public/index.html**

```

```

### Create a window instance for tableau object

```
const { tableau } = window;
```

### Follow the Tableau API examples for filters and variation of worksheets
```
https://help.tableau.com/current/api/js_api/en-us/JavaScriptAPI/js_api_samples.htm
```