Hi All,
I’m new to dash …
I’m working on an NLP project where I would like to recommend Articles to a user and allow the user to click / select the Article they like the most. So far, I have used html.Article and have created one html.Article per data item, but now here are my questions:
- How do i do a pattern matching callback when I don’t know the complete callback name? I don’t understand what the Input should look like:
The callback Id is going to be “id-”+ a string
I do know how to get the changedID once the callback is activated though…
- How do I change the state of the object, when I don’t know the ID until after a callback is activated?
Best Regards,
Mike
1 post - 1 participant