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
There are a handful of types are publicly exported from DataTablehere. However, these exported types do not include the type definitions for Column which makes it impossible to define columns outside of the columns prop in DataTable.
We should make sure that the Column type is exported publicly and that the createColumnHelper is also available to use.
The text was updated successfully, but these errors were encountered:
There are a handful of types are publicly exported from
DataTable
here. However, these exported types do not include the type definitions forColumn
which makes it impossible to define columns outside of thecolumns
prop inDataTable
.We should make sure that the
Column
type is exported publicly and that thecreateColumnHelper
is also available to use.The text was updated successfully, but these errors were encountered: