Home >Web Front-end >JS Tutorial >Get rowIndex and cellIndex_javascript tips in table
In IECN, a friend asked how to get the row number and column number of a certain cell in the table. You can use rowIndex and cellIndex to get it.
Please see the code below for the specific effect