How to locate the cursor to a tr by the Table component under antdesign

recently, a company project has a requirement to use input to query an attribute in table, and then the interface locates to that tr and changes the color to identify it. It seems that Table"s api cannot be realized. Is there a good way to implement it?

Feb.27,2021

cursor positioning, must have focus . It is not difficult to mark tr by adding tabIndex .
to change color. Compare the queried data in table , and then add the row style.
Anchor point can be used for positioning.

Menu