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
@ww1724 In version 4, cells should be created as class components. In version 5, which we've recently released, you can create cell templates as functions: Docs
Describe the bug
I try create custom cell like insert row cell, but doc only has class component sample.
I trid below:
useImperativeHandle
export the interfacescell-map
file, then add to reactgrido2.getCompatibleCell is not a function (rowId: 'footer', columnId: '0')
The text was updated successfully, but these errors were encountered: