WordPress use table sort functionality in own plugin

I’m creating a own plugin for wordpress where I have to view a set of data.

Now I want to use the wordpress default table view to display my data, and give some functionality to it.

Read More

default table:

default table view

Is there a way to use this table view for my own plugins (some classes or functions) or do I have to create something similar by myself?

Related posts

Leave a Reply

3 comments

  1. I don’t believe there is a built “WordPress table view” function. I know someone who uses this same layout in one of his plugins and he simply copied the source code and than made edits where necessary for generating the tables cells etc..