On which page is my selected row?

On which page is my selected row?

princeofnaxosprinceofnaxos Posts: 26Questions: 9Answers: 0

I want to show information based on a previous selected row. This way, I can jump between different functions and still show the information about the customer that I selected previously.

But if the row is not on page 1, no row will be visibly selected. How do I find out on which page my selected row is, so I can show the correct page?

And is there another way to 'click' the row, other than by $('tr#'+id).click()?

This discussion has been closed.