Hi,
I tried attaching
// Page Load event
function Page_Load(): void
{
//Log("Page Load");
$this->Subheading = " ";
}
to Table specific → custom files → page load
That did not work.
ty
Hi,
I tried attaching
// Page Load event
function Page_Load(): void
{
//Log("Page Load");
$this->Subheading = " ";
}
to Table specific → custom files → page load
That did not work.
ty
$this->Heading = " ";
in page render worked
There is no SubHeading
in Custom File. That’s why it won’t work for Custom File.