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
Note: so far as I can tell, doing the first part here is going to require cloning the results of renderName the same way we do for table cells, so it knows what index it is. Is this alright? I'm somewhat loathe to do more cloning, 'cause I know it tends to impact perf.
Bug report
Changes proposed
There are some differences between
EditableCell
andEditableName
that we should resolve:columnIndex
as a second parameter inonCancel
,onChange
, andonConfirm
callbacksprops.name
actually renders the new name. (See: [Table] Editable ColumnHeaderCell shows old value after reordering columns #1257, [Table] EditableCell + setState = value doesn't change #1234)The text was updated successfully, but these errors were encountered: