Is it okay to show the loads of data on modal or on the new web page?

I am working on an application which has some data in tabular format. There is a view button for each row.

So my question is:

After clicking on that button, should I show the data on the new web page or should I just show it in the same page but in a modal dialog?

The data I am going to show after clicking on the view button will have around 7-8 labels with their respective values and also at the bottom there will be table with 3 columns with pagination.

In my opinion new page will be good option for the UX but if I use a modal there will be no back button click; also there won't be any delay. So I'm kind of confused with this. Which one should I prefer?

  • Modal
  • New page