Element table component, add a piece of data, scroll bar and display to the corresponding location, and highlight how to achieve?

table component of elementUI used

after adding a piece of data, if you have a scroll bar, you need to scroll to the corresponding position and highlight


document.getElementById('tableBox').getElementsByClassName('el-table__body-wrapper')[0].scrollTop =
        document.getElementById('player'+playId).parentNode.parentNode.parentNode.offsetTop
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-1b330b0-2be56.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-1b330b0-2be56.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?