Table links and the custom links on one line

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
labib saleh
Posts: 23
Joined: 2014-12-29 21:46

Table links and the custom links on one line

Post by labib saleh » 2017-04-25 14:03

Hello,
When adding a custom link it goes on a new line as shown in the image, is there a way to have it on the same line as (orders) table link?
Capture.png
Capture.png (90.63 KiB) Viewed 3477 times
Thanks,
Labib

labib saleh
Posts: 23
Joined: 2014-12-29 21:46

Re: Table links and the custom links on one line

Post by labib saleh » 2017-08-28 13:53

Answering myself :D just in case someone needed this.
In home.php file, I just needed to comment line 118 and 130, the line has (</div> <!-- /.table_links -->)

User avatar
Celson Aquino
Posts: 27
Joined: 2017-08-26 15:40
Location: Salvador, Bahia - Brazil

Re: Table links and the custom links on one line

Post by Celson Aquino » 2019-11-23 20:34

I think we can do it without changing code of home.php, using jQuery.

Post Reply