I this tutorial I will show you how to create a List table which can be used in a custom WordPress plugin, with a connection to WordPress DB. The goal is to show data from a database table in a nice grid view. For achieving this we will need to extend WordPress List Table class. You …