Exp Builder Custom Widget Results Tab

145
1
02-22-2024 07:31 AM
RachappaBellappa1
New Contributor III

Hi

I am building a custom widget for my Geometric Trace, I am getting the result set in JSON and need to show them as group(feature count) so that user can drill down into each feature which is similar to that of UN Trace Results from UN Trace widget. What's the feasible way to perform this. 

0 Kudos
1 Reply
PrevinWong1
Esri Contributor

Have you developed a custom widget in Experience Builder before? If you have not, I suggest looking into React JS framework since Experience Builder is built off it.

If you have, then if you have the result in JSON, you just need to perhaps convert the json to an array, and then filter, sort, or group the results and just render the array in JSX.

0 Kudos