What is the name of the particular UI Pattern to switch between previous and next items in a table

I'm working on a system (image is not mine) where users can browse through their items in a table, and click on an item to open a more detailed view. From this detailed view it is not possible to click on another item in the table without also closing the detailed view. That is why we're adding the "previous" and "next" buttons so that the user can browse through the items in the table by going back and forth one item at a time, see image below for more context.

It's often used in caller/lead follow-up systems and is supposed to make the flow of the user a lot more productive/efficient by giving the option to go to the "next" item in the table with a single click, without having to go back to the table, find the "next" item in the table and click.

I'm looking for more inspiration for this type of feature, but realized while searching that I don't really know what this kind of feature is called. Is there a specific name for this kind of UI Pattern?

enter image description here