Can I get current row index of a table in Javascript and can we remove the row of table with current Index that we got?
The rowIndex property returns the position of a row in table
function myFunction(x) { console.log("Row index is: " + x.rowIndex); }
Click to show rowIndex Click to show rowIndex Click to show rowIndex Click to show rowIndex