Title: Generating URL for column/row data
Last modified: July 27, 2017

---

# Generating URL for column/row data

 *  Resolved [sethmorris1](https://wordpress.org/support/users/sethmorris1/)
 * (@sethmorris1)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/generating-url-for-columnrow-data/)
 * 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](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/generating-url-for-columnrow-data/#post-9357519)
 * 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.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [url](https://wordpress.org/support/topic-tag/url/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/generating-url-for-columnrow-data/#post-9357519)
 * Status: resolved