I have a Dash DataTable showing a dataframe. I need to take a row id or row number from the user and change the display of DataTable to center at that row, ideally highlighting it.
Is there a way to jump to a certain row without implementing paging (which means filtering and sorting) myself.
Thanks