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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b22599-2b607.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b22599-2b607.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?