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
The methods of Table should work properly on an empty table. We don't currently handle this edge case, however. An appropriate tests should be added for each method of the Table class.
Example: It should be possible to add any row and any column to an empty table.