Dash_bootstrap_components.table dependencies

Hello,
Could you tell me what have are the arguments for the callback for dash_bootstrap_components.table?
is it possible to get the active cell a row, etc.?
Thank

@dilfin07
Below you will find all the available arguments for dbc.Table
https://dash-bootstrap-components.opensource.faculty.ai/docs/components/table/

No, you should consider using the Dash DataTable for this. Check this out from the docs Sorting, Filtering, Selecting, and Paging Natively | Dash for Python Documentation | Plotly