cube-js/cube

Query Builder Playground props onVizStateChanged (and other props) not working

Open

#3.694 geöffnet am 17. Nov. 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.965 Forks)batch import
help wanted

Repository-Metriken

Stars
 (19.563 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 16h) (138 gemergte PRs in 30 T)

Beschreibung

Hi 👋

I'm trying to integrate the Query Builder from your playground package on my React app, but some props doesn't seem to work.

<QueryBuilder
   apiUrl={apiUrl}
   token={token}
   onTabChange={(e) => { console.log('***** tabChanged', e); }}
   onVizStateChanged={( vizState ) => { console.log('***** vizState', vizState); }}
/>

When I changed a tab it's work, but if I change my viz nothing happened. Also, some props like defaultQuery or initialVizState doesn't seem to work too.

Somebody can help me ? :) Or a full query builder already exist for React ?

My goal is to save the json on my DB for display viz later.

Thank you 🙏

Contributor Guide