Hi,
thanks for your question, and sorry for the trouble.
The only good way that I see here would be use some custom code that uses a plugin filter hook to modify that first column. For example, you could hook into the tablepress_cell_content filter hook (defined in https://github.com/TobiasBg/TablePress/blob/master/classes/class-render.php#L578) and convert the ID in that column to a link using some PHP code.
Regards,
Tobias
Are you able to make this change for me professionally? Send me an email if you can to [email protected] telling me the price for this change.
Hi,
sorry, as much as I’d love to help, I’m not available for such customization work at the moment, as I’m not a professional web developer and very busy with my day job.
Regards,
Tobias
Hey.
I’ve developed a plugin to solve this:
https://github.com/adaumhenrique/tablepress-add-link-to-column
I’m sharing it here in case some one has the same problem.
This plugin adds a link to a column in tablepress with a get parameter. It doesn’t add an extra column but it is enough for me.
Best regards,
Adam
Hi Adam,
very nice! Good to hear that you were able to develop this solution! Thanks for sharing it!
Best wishes,
Tobias