• Resolved Json Koning

    (@minion08)


    Hi Tobias,
    I have a custom table in my WP db called ERA_Data, which gets refreshed on a nightly basis via an upload routine.
    I’d really like the ability to be able to output this data on a page, utilising the advanced features your plugin uses – like pagination, sort/order columns, search etc.
    Rather than write something from scratch with $wpdb
    Is there any possible way to achieve this with your plugin at all?
    Thanks again,
    Jas

    https://www.ads-software.com/extend/plugins/wp-table-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Jas,

    thanks for your question. Unfortunately, this is not possible ?? WP-Table Reloaded can only use its own data format (which is static), but it can not use other DB tables.

    For your project, it should be the easiest to use $wpdb in a page template. You can then of course also add the advanced features (sort, pagination, …) by manually adding the DataTables JavaScript library from https://www.datatables.net (which is the same external library that WP-Table Reloaded uses).

    Best wishes,
    Tobias

    Thread Starter Json Koning

    (@minion08)

    Thanks Tobias,
    I thought that may be the case, I’m going to investigate Gravity Forms – see if I can get something to work with this.
    Thanks for getting back to me so quickly.
    Great plugin by the way – I use it on a number of client sites ??
    Jas

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, no problem! I hope that you can find a nice solution for this project!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table data from external source?’ is closed to new replies.