Application Catalogue - adjusting width of columns

Post Reply
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

In this screen shot how to change with width of the columns?
Image
You do not have the required permissions to view the files attached to this post.
JohnM
Posts: 472
Joined: 17 Feb 2009, 20:19

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
Post Reply