Hi everyone,
I have a list view which shows 10 invoices at maximum in a single page. It seems that we have a pagination system for the invoices.

I want to select and highlight multiple rows, and remember the highlighted rows when I navigate between different pages of the invoice list.
Is there a built in functionality that allows this?
If not, how can I do this using javascript code editor?