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
Adding a table as follows
sdata.table = myTable
is inconsistent with the method for adding images, labels, points and shapes. I feel like an add_table method would be clearer.
The text was updated successfully, but these errors were encountered:
MichielVerCruysse
changed the title
add_table method would be consistent w. other add_[attribute]
add_table() method would be consistent w. other add_[attribute]()
Feb 6, 2024
Thanks @MichielVerCruysse for reporting this. We actually fixed this inconsistency but we haven't made a release yet. It will probably take a few more weeks until we cut one.
Adding a table as follows
sdata.table = myTable
is inconsistent with the method for adding images, labels, points and shapes. I feel like an add_table method would be clearer.
The text was updated successfully, but these errors were encountered: