JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › queryBuilder: how to get the data
Sorry for the likely very basic question – How do I access the data in queryBuilder once the user completes it? Either via javascript to post over ajax or directly submitted to a backend script. Thanks for any pointers!
Hi,
You can use the ‘value property’ of the queryBuilder. Please see the example below: https://codepen.io/svetoslavb04/pen/dyjzgwW?editors=1010
Best Regards, Svetoslav Borislavov
Smart UI Team https://www.htmlelements.com/
Great, thanks for your help!