Hey Guys & Gals,
I have a table ( #datestable ) and OnRowSelect I want to link to the generated URL field which is called Offers (Title) (Field Key is link-offers-table). If I click OnRowSelect what do I put in code??
export function datestable_rowSelect(event, $w) {
//Add your code for this event here:
}
Or is this the wrong way to do it?