Ideal number of pages in a HTML table
So we have a dashboard where we show list of events upto a period of 6 months and the number of events can be more than 500.
As of now we are showing all 500 events as a batch of 5 rows and with 100 pages to go through. Is it a good user experience to show people all 500 events or restrict to like 100 events.
Update: Question - Do users will try to navigate to 100 page table as it doesnot contain any filter as it is just a plain table.