• Resolved amosbenny001

    (@amosbenny001)


    Is SQL query data fixed at creation? Or would the table result change as the source data in the table get updated? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hello there.

    The SQL query based tables are pulling the information from the database, so any changes made in the database table will be seen in the plugin’s tables as well.

    If you add new rows or columns, delete existing ones, or rearrange them, all those changes will be seen in the wpDataTable when you refresh your page.

    Kind regards.

    Thread Starter amosbenny001

    (@amosbenny001)

    Good! I want it dynamic. Thank you.

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

The topic ‘Is SQL query data fixed at creation?’ is closed to new replies.