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
How can i use an external button to get all the selected rows when the update_mode is solely GridUpdateMode.MANUAL? The document says it will only draw a built-in one in the top of the table.
agg=AgGrid(..... update_mode=GridUpdateMode.MANUAL...)
selectedRows=agg['selected_rows'] # only until the external button is hit
The text was updated successfully, but these errors were encountered:
How can i use an external button to get all the selected rows when the
update_mode
is solelyGridUpdateMode.MANUAL
? The document says it will only draw a built-in one in the top of the table.The text was updated successfully, but these errors were encountered: