Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

Is it possible to format list view column?

I have a list view that has a currency column. When it is displayed in the list view it is left justified. I was wanting to right justify it. I looked at the article "Customize Crow Canyon List View using JavaScrip Code, but could not figure out how to make it work, or if this is the correct place.. Thanks

 

Uploaded files:
  • Screenshot-2025-07-15-080614.png

Hi Archie,

We’ll look into adding this option in NITRO List view and let you know when it’s available.

Hi Archie

We have released this feature in the NITRO List View to right-align the ‘Est. Cost’ column.

Important: Please clear your browser cache before proceeding with the steps below.

Please follow the steps below:

  1. Open the NITRO List View Settings
  2. Go to the Advanced Settings tab and enter the value as shown below under ‘Column settings JSON’. (Refer to the attachment for an example.)

{

"Internal Column name":{

"attributes": {

"style": "text-align: right;"

}

}

}

  1. Save the NITRO List view settings, refresh the page and check the results.

 

 

 

Uploaded files:
  • Screenshot-2025-07-21-230742.png

This works really well. Thank you. (Almost Perfect!!)  There is just one last thing. It would be nice to have the total for that column aligned the same.

Uploaded files:
  • Screenshot-2025-07-21-114127.png

Hi Archie,

We will add this feature in a future update and let you know about it