• I would like to make a live data table from mysql data form.
    Is there any plugin to make this possible?

    Any help will be fine.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @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.
    Thread Starter josevicm

    (@josevicm)

    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

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    @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!

    Moderator bcworkz

    (@bcworkz)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Make a live data table’ is closed to new replies.