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
the isEditableDataprovider only works with null.
If i return 0 or false, the cell is still editable.
I can workaround with the return null calculation for now, it would be great if its fixed in future releases OR the documentation is udpated on this issue.
Thanks!
-Vik
The text was updated successfully, but these errors were encountered:
hi,
I think this is because the type of the dataprovider (calculation) you're using is TEXT? Returning a number, 0 in this case, it will be transformed to '0', and that is not a null value ... The type of the dataprovider must be NUMBER.
Hey guys,
i think i found a bug (or is it a feature?)
the
isEditableDataprovider
only works withnull
.If i return
0
orfalse
, the cell is still editable.I can workaround with the return null calculation for now, it would be great if its fixed in future releases OR the documentation is udpated on this issue.
Thanks!
-Vik
The text was updated successfully, but these errors were encountered: