Page 1 of 1

Application Catalogue - adjusting width of columns

Posted: 27 Dec 2018, 11:54
by Rajaraman
In this screen shot how to change with width of the columns?
Image

Re: Application Catalogue - adjusting width of columns

Posted: 28 Dec 2018, 08:51
by JohnM
around row 152 in the xsl you will see
columns: [
{ "width": "20%" },
{ "width": "40%" },
{ "width": "25%" },
{ "width": "15%" }
],

The width attribute corresponds to each column - change that to whatever you want it to be.

John