What is the equivalent of row_update in DataTable?

At the moment I have interactive table/dataframe in Dash using DataTableExperiments and I want to be able to create the using just DataTable. How do I figure out which row has been clicked and which information has been entered in DataTable? In DataTableExperiments I am using row_update[0][‘updated’] and all of the information is contained in row_update. How do I get this information in DataTable?