Page 1 of 1
3 Fields Per Line in Table Template
Posted: 2017-11-07 01:12
by Osman
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
Re: 3 Fields Per Line in Table Template
Posted: 2017-11-20 05:56
by Abeer
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).

Re: 3 Fields Per Line in Table Template
Posted: 2017-11-22 22:27
by Osman
Thank you Abeer, that worked!!!