• I would like to create a table using WP-Table Reloaded that accomplishes the following:

    Team | Wins | Losses | Winning Percentage
    I would like to use a PHP function to do this; can someone help me figure out the best way to get this done? Even if it isn’t using WP-Table Reloaded. I need a solution.

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    WP-Table Reloaded does not allow dynamic calculations unfortunately (at least not without custom programming to the code).

    If you need a PHP solution, you will need to look into a custom way, by using a mySQL table and then PHP to query the database and display it as a table.

    If you still want to use WP-Table Reloaded, I suggest to use a spreadsheet application on your computer (like Excel or Open Office). Then, maintain your table there, which allows you to use the calculation functions of the program. Finally export the result as “CSV” and import that into WP-Table Reloaded.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Using functions’ is closed to new replies.