With that said, it updates the current card, I don’t really want it to do that. I’d really prefer it to update or create a new card with the results, leaving my Input available to reuse, without refreshing.
Hi again @Tuxhedoh
New-udinputaction appends the existing content.
If you store the results in the AWESOME $session: variable, it’s avaliable to all endpoints for that session.
Calling “sync-udelement” with the ID of the grid, forces the grid to update once the processing is completed.
As for hiding it until ready…
updated the github:
The “container” will check if anything is set in the session variable, and show the grid if exists. The sync-element is pointed to the container, which in turn will force all children to sync.
Check the github for a fully functional, and tested version:
Now, it won’t hide the grid until you manually set the session variable to null and refresh the container, but i added a button to hide it.
Just ask if anything doens’t make sense