Change font on default filter in function_init hook

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
alexbromo
Posts: 6
Joined: 2015-06-12 14:08

Change font on default filter in function_init hook

Post by alexbromo » 2017-06-16 12:15

Hi,

I applied a default filter on table editing the function_init hook (as described in the article https://bigprof.com/appgini/tips-and-tu ... ult-filter), below the code:

Code: Select all

function Software_init(&$options, $memberInfo, &$args){
		addFilter(1, 'and', 3, 'isEmpty');
		return TRUE;
the function runs correctly, but the table's grid display the rows with a different font size ( "Helvetica 12" instead "Helvetica 9")

The record row without the default filter:

Image

The record row with the default filter:

Image

Is there a fix for that issue ?

ALex.

alexbromo
Posts: 6
Joined: 2015-06-12 14:08

Re: Change font on default filter in function_init hook

Post by alexbromo » 2017-06-19 11:10

No idea why after inserted a default filter in the table "init" hook the grid is rendered with a different font size ?

:roll:

ALex.

alexbromo
Posts: 6
Joined: 2015-06-12 14:08

Re: Change font on default filter in function_init hook

Post by alexbromo » 2017-06-20 12:43

I opened a ticket at the Appgini's support team.

ALex.

alexbromo
Posts: 6
Joined: 2015-06-12 14:08

Re: Change font on default filter in function_init hook

Post by alexbromo » 2017-06-21 08:15

Wow, really sparkling forum !

:lol:

ALex.

G Belgrado
Veteran Member
Posts: 61
Joined: 2017-03-12 09:24

Re: Change font on default filter in function_init hook

Post by G Belgrado » 2017-06-21 08:26

uso la stessa funzione
ma non mi modifica il font-size

facos79
Veteran Member
Posts: 115
Joined: 2014-10-29 12:31

Re: Change font on default filter in function_init hook

Post by facos79 » 2017-07-12 13:26

Stesso problema, qualcuno ha trovato una soluzione ?

Post Reply