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
Currently we need to provide a key which should map to a field that controls disabling the row click and selection. we should also support functions that could evaluate to true | false which can control the same behavior
The text was updated successfully, but these errors were encountered:
There are times when there is a logic (function) that can tell if this row needs to be disabled. For example, disable the row selection if age < 18. That cannot be implemented using a key.
Description
Currently we need to provide a key which should map to a field that controls disabling the row click and selection. we should also support functions that could evaluate to
true | false
which can control the same behaviorThe text was updated successfully, but these errors were encountered: