You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use Reactable.setData() to update the content of a table via Javascript, columns that use data_bar() are not updated.
This is a short quarto example that demonstrates the issue. In the rendered document, when you click the button, it will update the "word" column of the table, while the "number" column doesn't change.
Hi,
When I use
Reactable.setData()
to update the content of a table via Javascript, columns that usedata_bar()
are not updated.This is a short quarto example that demonstrates the issue. In the rendered document, when you click the button, it will update the "word" column of the table, while the "number" column doesn't change.
The text was updated successfully, but these errors were encountered: