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
Right now Table selection state is managed by the Table component itself and it only exposes the onSelectionChange function to detect the selection change but doesn't provide any way for us to control the state programatically.
Usecases:
Default selected table rows
Deselecting selected rows after doing some operation
eg: bulk updating table rows by opening a modal and clicking "apply" and once the operation is done the rows should get deselected
Right now Table selection state is managed by the Table component itself and it only exposes the
onSelectionChange
function to detect the selection change but doesn't provide any way for us to control the state programatically.Usecases:
https://razorpay.slack.com/archives/CMQ3RBHEU/p1721650963801319?thread_ts=1721645351.109379&cid=CMQ3RBHEU
FYI, Same behaviour with isDisabled, we may need it to be controlled to?
The text was updated successfully, but these errors were encountered: