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
initialCellStateAccessor should be called with Cell object instead of row original
Documentation says that If this function is defined, it will be passed a Cell object, from which you can return a value to use as the initial state, eg. cell => cell.row.original.initialCellState[cell.column.id]
The text was updated successfully, but these errors were encountered:
initialCellStateAccessor should be called with
Cell
object instead of row originalDocumentation says that If this function is defined, it will be passed a Cell object, from which you can return a value to use as the initial state, eg. cell => cell.row.original.initialCellState[cell.column.id]
The text was updated successfully, but these errors were encountered: