is there a built-in wordpress function to make the HTML or should I use plain-old PHP?
![](https://itnursery.com/wp-content/uploads/2022/04/apple-touch-icon@2.png)
1
Since 3.1 there’s a class WP_List_Table
which makes it a hella lot easier to render tables for an array of data objects.
There’s very little documentation (read: none) on it yet, but you can check out the source if you’re familiar with PHP.