Selected ID in table_header() hook

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
igimanigi
Posts: 11
Joined: 2016-11-30 18:24

Selected ID in table_header() hook

Post by igimanigi » 2017-01-27 12:19

I want to customise my table_header() such that it displays a dynamic link e.g <a href="custom_page.php?record_id=SelectedID">Custom Page</a>

The SelectedID refers to the ID of the displayed record. How can I get this value when I am in the table_header() function of the hook file.

xbox2007
Veteran Member
Posts: 129
Joined: 2016-12-16 16:49

Re: Selected ID in table_header() hook

Post by xbox2007 » 2017-03-09 05:57

:shock: nice subject but no body answer

omackeytech
Veteran Member
Posts: 35
Joined: 2014-06-04 13:18

Re: Selected ID in table_header() hook

Post by omackeytech » 2017-03-11 02:55

You won't have a 'selected ID' until you enter the detailed view or add a new record.

Post Reply