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
All data that is stored currently resides in DataTable, which is a two-dimensional data store. One-dimensional slices, such as Column and Row are derived from DataTable. Instead, they should be used to store the data and DataTable should aggregate the one-dimensional data structures.