Customizing Table_view page

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
User avatar
RonP
Veteran Member
Posts: 258
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Customizing Table_view page

Post by RonP » 2025-04-24 15:27

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

User avatar
RonP
Veteran Member
Posts: 258
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Customizing Table_view page

Post by RonP » 2025-04-27 10:37

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

Post Reply