Page 1 of 1

Changing table group appearance

Posted: 2021-09-01 10:47
by balfons
Hi to all,

I'm sorry but I'm not able to find the solution in the forum,

I have two different needs:

1. Can I change the order te table-groups are ordered in the home page?
2. Can I change elements of the layout as:
a) The number of columns of table-groups that are present (by defualt I only get 1).
b) The colour of the collapsable bar.

Thanks

Re: Changing table group appearance

Posted: 2021-09-01 12:51
by pfrumkin
Hi,

1. You can move the tables in the AG (console) app, and that changes the order of appearance on the web. Highlight the table, you should see the top menu as attached, select the Up/Down arrows.
TopMenu.png
TopMenu.png (23.11 KiB) Viewed 3776 times
2. Highlighting the table, on the right side you will see a Table Group button. Click that, you have the option to create new table groups. Sorry I don't know about the colors.

~Paul

Re: Changing table group appearance

Posted: 2021-09-01 16:49
by balfons
Thanks Paul.

I've tried and succeeded ordering group tables!!!

Any suggestion for changing the number of the columns for the table groups in the layout of the home page?

Thanks

Re: Changing table group appearance

Posted: 2021-09-01 17:52
by onoehring
Hi,

AG main page:
Zwischenablage01.png
Zwischenablage01.png (17.44 KiB) Viewed 3767 times
Olaf

Re: Changing table group appearance

Posted: 2021-09-02 07:55
by balfons
Hi Olaf,

Thanks for your answer. Probably I was not so successful when making my question.

The options you are showing are related to the tables themselves (inside the table groups) nor related to the groups. My question is as shwos the pictures:
1. Original
original.jpg
original.jpg (118.07 KiB) Viewed 3740 times
2.Desired
desired.jpg
desired.jpg (96.3 KiB) Viewed 3740 times

Re: Changing table group appearance

Posted: 2021-09-02 14:27
by onoehring
Hi,

thanks for the detailed explanation. I want to give a short answer only: This is not possible (afaik) with AG settings.
I believe you will need to change /home.php - but - this file is generated when generating your application and you would need to change it again. You might also be able to change the CSS styles in/for that file utilizing the footer.php: Redefine CSS to fit your layout, overwriting the standard CSS.

Olaf

Re: Changing table group appearance

Posted: 2021-09-03 07:49
by balfons
thanks Olaf.

d you know if it is possible by changing home-custom.php?

We will try to continue following your comments.

Thanks again

Re: Changing table group appearance

Posted: 2021-09-04 05:44
by onoehring
Hi,

in my application I do not have a home-custom.php

OLaf

Re: Changing table group appearance

Posted: 2021-09-06 09:51
by balfons
Hi,
This file I think should be created as the ones named *-tv.php and other used for customization that are created and stored in /hooks folder

Thanls