• Resolved sethmorris1

    (@sethmorris1)


    I am looking to generate a link from two columns containing a latitude and longitude, does anyone have any suggestions for this, and is it possible with Tablepress?

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, I would recommend to use the tablepress_table_raw_render_data filter hook, defined in the class-render.php file.
    This will give you the table data as an array, so that your PHP code could loop over it and construct the HTML code for a link in one the cells for each row.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Generating URL for column/row data’ is closed to new replies.