Hi,
Looking for a way to show a table on a dashboard, based on data available from a pyscript call.
I’ve written a pyscript that periodically checks if there’s interesting sports tournaments available for me on a public API. It sends me a mobile notification if there’s one matching my criteria, with a button that lets me add that tournament to the ignore list. The table I’m trying to build would show me tournament name and date, and ideally (nice to have :)) a button to remove it from the ignore list (another pyscript call).
With pyscript I have a lot of freedom in what’s in the reponse JSON object, but I can’t find a way to show this data in a nice table.
All suggestions are welcome!