extensions-api icon indicating copy to clipboard operation
extensions-api copied to clipboard

Extensions API sample code and developer docs.

Results 75 extensions-api issues
Sort by recently updated
recently updated
newest added

When I follow https://tableau.github.io/extensions-api/docs/trex_getstarted.html and install I get vulnerabilitiy warnings: ``` # npm audit report ejs

Bug
Logged Internally

We'd like to get the MarkInfo of all the datapoints in a worksheet but seem to get "undefined" returned for "MarksInfo" when using getSummaryDataAsync. ![image](https://user-images.githubusercontent.com/72307251/184474658-73f71fd4-7169-47e5-9179-13cf3a445845.png) When an element in the...

Enhancement

Using Sets on filters causes getMarksAsync error **Version information:** - Tableau version: Tableau Desktop 2021.1.2 - OS: Windows10 - Extension API version: 1.5.0 and 1.8.1 **Steps to reproduce:** 1. Create...

Bug
Logged Internally
Fixed
2022.3

Bumps [terser](https://github.com/terser/terser) from 5.12.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Please enable WebGL or provide switch to enable by user. I Would like to include advanced graphics created with WebGL as well as reference libraries such as deck.gl which generates...

Enhancement

We have more than 10,000 rows in Worksheet or Data source. But while fetching full data, we get only 10000 rows. Without pagination is there any way to get whole...

Enhancement

I developed an extension that is working perfectly fine. But once I add a second/third table, I get the same error when loading the extension. Even just putting a simple...

**Describe the issue** I need to apply sorting and filtering to a list of images. To create images as I need them, I've developed an extension that replicates the data...

Docs

Hi! I know you are working crazy hard on this, but is there a timeline for extensions to be part of the PDF / Image export? I am asking this...

Enhancement