WP List Table Class
-
Hello Community! ??
I have two questions regarding the WP List Table Class. I already read that this class IS NOT MEANT to be used by plugin developers, still i am using it to develop a little plugin atm… (with a local class-copy!).
The first of my two questions: Are there any other options on how to display data from my DB in the backend with any native functions/classes?
Second question: If there are none, how do i manage to make my data editable via the “Edit”-link underneath a columns value?
My Edit-Link currently has the following form:
https://mysite.de/wp-admin/admin.php?page=wp_list_table_class&action=edit&advertiser=11965
The ID for the advertiser to edit is correct, there’s just nothing happening for now as i click on “Edit”. Delete is working btw. I’m aware that i didn’t bind any function on that link, still those hidden fields, which seem to be neccessary to make things editable, get me confused real hard…
Here’s a Link to a Gist with my code: https://gist.github.com/PhilWSRN/9ae675220bd90283d49999e81255ddf9
Hope anyone is able to help. ??
Thank you in advance!The page I need help with: [log in to see the link]
- The topic ‘WP List Table Class’ is closed to new replies.