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
But it also means that by assigning columns_b, the original list columns_a is overwritten. In this a bit unexpected, but when developing the new API for ui.table in version 2.0.0, we somehow couldn't come up with a solution that behaves nicely in all circumstances.
A workaround is to make sure to assign copies instead of the original lists:
Description
As noticed by rafik1200 on Reddit, the following code allows to switch table columns only once:
In contrast, it works when re-creating the list of columns every time:
The text was updated successfully, but these errors were encountered: