You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the exportData in the QdtViz is not working and is showing 'https://undefined/' in the browser.
I am using the "qdt-components": "^3.0.2" from Npm.
Hi Team,
When using the exportData in the QdtViz is not working and is showing 'https://undefined/' in the browser.
I am using the "qdt-components": "^3.0.2" from Npm.
below is my code:
if (id) {
QdtViz({
element: filterRef.current,
app: cApp,
options: { id,height:350 },
properties:{exportData: true}
});
The text was updated successfully, but these errors were encountered: