-
how to highlight the row when mouse is on,then de-highlight when mouse is out
-
how to update a specified row with new values?
-
how to get number of rows in table?
EDIT:
the one with best answer for q2 will be marked as answer for this post:)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One:
Along with this CSS:
Two:
You said update a “row” but all you can really update is cells, unless you want to create whole new cells.
Or:
Or if a table row has 3 cells, to update the first one:
Three: