Hi, I’m trying to update a dash datatable using clientside callbacks, but have hit a snag.
You cannot both inpu and output using the ‘data’ tag as it is not allowed to use same Output and Input event (would cause an indefinite loop).
Is there a list of datatable event anywhere that the callback can listen too? Specifically I’m looking for a specific column listener, that would trigger if a cell is changed in that column. Is there also an output tag, that can output to a specific cell in the datatable?
Thanks =)