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
Allow DataTable to be a controlled component. Currently, the state always lives in the TableProvider and there is no way to lift that state higher. This makes it hard to do things like use a DataTable component as a form control (e.g. a list of items with some state per item), because the state would need to live in the form context.
The text was updated successfully, but these errors were encountered:
DataTable
to be a controlled component. Currently, the state always lives in theTableProvider
and there is no way to lift that state higher. This makes it hard to do things like use aDataTable
component as a form control (e.g. a list of items with some state per item), because the state would need to live in the form context.The text was updated successfully, but these errors were encountered: