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
Since the column definition essentially doubles as a table cell, to determine the unique columns all column definitions are kept in an array and then uniqued by name. This gets not ideal when we have a really large dataset we're working with.