Use the wordpress admin table

Include and extend the WP_List_Table class
class Example_List_Table extends WP_List_Table

Best way to learn this is to modify the custom list table plugin:
https://wordpress.org/plugins/custom-list-table-example/

For a full tutorial check this out:
https://www.sitepoint.com/using-wp_list_table-to-create-wordpress-admin-tables/

And read the codex here: https://codex.wordpress.org/Class_Reference/WP_List_Table