@josevicm
I am unclear with your question.Please confirm have you require below screen shot like table.
ScreenShot:- Link
-
This reply was modified 8 years, 8 months ago by
aksnik.
Yes, but we need search box in each column and.
Do you know to make it live to refresh data each time someone make changes in a form?
Thanks
@josevicm
Yes, wpDataTables Lite plugin provides the live search box in each column, but this option is only allow in FULL VERSION.
Please find attached Screen Shot
Hope this will helps you.
Thanks!
The generic, code it yourself approach uses Ajax techniques. Add an onchange listener to every field that affects other fields when it changes. The jQuery script that executes onchange sends a request to the server for updated data. Upon receipt of the data the appropriate fields are updated.
For an overview of Ajax techniques, see the Plugin Handbook. Ajax in WP has a few quirks, so even those knowledgeable of Ajax for normal web pages should still review this.