Tagged Questions
3
votes
2answers
988 views
How-to implement admin Ajax inside an admin WP_List_Table?
I am new to WordPress if someone will help me I will be very appreciate.
There is parameter ajax "true" but in docs. wasn't said how to implement Ajax using WP_List_Table Class?
parent::__construct( ...
3
votes
1answer
864 views
WP List Table custom quick edit box - post meta data missing and columns change on submit
I have extended class WP_List_Table to create a custom sortable table of posts along with a quick edit box with custom meta boxes.
The meta boxes populate and save but when I click submit the field ...