-
Notifications
You must be signed in to change notification settings - Fork 16
/
README.txt
19 lines (13 loc) · 841 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
=== WP List Table Ajax Sample ===
Contributors: Andrea Debernardi
Requires at least: 3.5
Tested up to: 4.6.1
A highly documented plugin that demonstrates how to create custom AJAX admin list-tables using official WordPress techniques.
== Description ==
WP List Table Ajax Sample is a WordPress Plugin example of WP_List_Table AJAX implementation.
It is a fork of Charlie MERLAND's Custom AJAX List Table Example plugin.
It extends the functionality and is fully asynchronous, so it's most indicated for REST Architectural Dataset.
If you install the plugin, you can find in the menu 'WP List Table Ajax Sample' and you can try to apply filters, sortings etc.
For more information, please visit http://codex.wordpress.org/Class_Reference/WP_List_Table in the WordPress Codex.
== Changelog ==
* First commit for WP List Table Ajax Sample