Hi,
Is it possible to add some text to the Tabel_view Page?
My intention is to give more explanation of the purpose of what you see an can do
Ron
Customizing Table_view page
Re: Customizing Table_view page
Hi,
I've found it
You have to adjust in /Hooks: the <table_name>.php Within the Case options the wanted text.(in my case just "Tabelview)
Ron
I've found it

You have to adjust in /Hooks: the <table_name>.php Within the Case options the wanted text.(in my case just "Tabelview)
Code: Select all
switch($contentType) {
case 'tableview':
$header='<%%HEADER%%><div style="font-size:14px;"><b>Text</b><br>
next line<br>
next line</div>';
break;