Page 1 of 1

Customizing Table_view page

Posted: 2025-04-24 15:27
by RonP
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

Re: Customizing Table_view page

Posted: 2025-04-27 10:37
by RonP
Hi,
I've found it :D

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;
Ron