I have a demo on the following link:
http://mywebbapp.com/tableSortingDemo.html
When you click on the Status column and start sorting and then click on the pagination arrow to go to page 2 the rows don’t alternate color until you click on the Status column again. Is there a script I can write to resolve this?
Yes, though I suggest using a premade table such as DataTables.
Here’s a small jQuery plugin that could be used if you can trigger it when you paginate:
Then be sure to have some CSS that changes the color: