Page 1 of 1

Table order on home page

Posted: 2021-06-11 15:56
by bwalker
Sorry, I'm sure this question has already been asked but the search feature is not working (page errors).
I am very new to appgini.
I am trying to change the table order on the homepage but seems they come out in creation order by default.
I can see a reference to a 'hooks/home-custom.php' file in the 'home.php' file but have no idea how to use it.
Any direction would be appreciated.
Thanks,
Bill Walker

Re: Table order on home page

Posted: 2021-06-11 17:54
by pbottcher
Hi, welcome,

I think the order used on the homepage is the order that you have in your app definition. So if you move the tables in the definition the will be in that order then.

Re: Table order on home page

Posted: 2021-06-11 18:07
by bwalker
Ah, I didn't know you could adjust table positions. I have and that solves my problem.
Thank you for your reply!
Bill