3 Fields Per Line in Table Template

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
Osman
Posts: 4
Joined: 2017-08-26 15:32

3 Fields Per Line in Table Template

Post by Osman » 2017-11-07 01:12

Hi, does anyone know how to customize a template to 3 fields per line in the "Table View Template?
Currently there are only "2 fields per line" options.
Thank you

Abeer
Posts: 18
Joined: 2017-03-12 09:19

Re: 3 Fields Per Line in Table Template

Post by Abeer » 2017-11-20 05:56

Hi Osman,

Yes you can do this, first you should enable (2 fields per line) option, then open (tableName_templateTV.html) from templates folder, you will find your fields are divided into two groups of class (col-md-6), you simply have to adjust that class to (col-md-4) and add new div of the same class below them, then re-distribute your fields among the 3 groups, for example if you have 12 fields (6 in each of two groups) you can make them (4 per each group of 3 groups). :)

Osman
Posts: 4
Joined: 2017-08-26 15:32

Re: 3 Fields Per Line in Table Template

Post by Osman » 2017-11-22 22:27

Thank you Abeer, that worked!!!

Post Reply