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

    (@tobiasbg)

    Hi,

    thanks for your question.

    There’s not really an “API” for this, but you could just use the relevant PHP functions directly, like

    $table = TablePress::$controller->model_table->load( $table_id );

    $table is then a multi-dimensional array with all table data, where $table['data'] is a two-dimensional array with the actual table content.

    Regards,
    Tobias

    Thread Starter James W. Lane

    (@jameswlane)

    Tobias,
    Thanks I will work with that and see what I come up with.
    I am hoping to have it done over the next month.

    James

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi James,

    sounds good. As your original plan was to visualize data, you might want to check out this thread: https://www.ads-software.com/support/topic/graphing
    That describes how a user connected a charting plugin to a TablePress table.

    Best wishes,
    Tobias

    Thread Starter James W. Lane

    (@jameswlane)

    Awesome I will check it out!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem! I hope that it’s helpful!

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘APIs’ is closed to new replies.