Crow Canyon Software Forum
Is it possible to format list view column?
Quote from skigeek on July 15, 2025, 11:07 amI 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
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:
Quote from supportTeam on July 15, 2025, 2:13 pmHi Archie,
We’ll look into adding this option in NITRO List view and let you know when it’s available.
Hi Archie,
We’ll look into adding this option in NITRO List view and let you know when it’s available.
Quote from supportTeam on July 21, 2025, 1:40 pmHi 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:
- Open the NITRO List View Settings
- 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;"
}
}
}
- Save the NITRO List view settings, refresh the page and check the results.
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:
- Open the NITRO List View Settings
- 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;"
}
}
}
- Save the NITRO List view settings, refresh the page and check the results.
Uploaded files:
Quote from skigeek on July 21, 2025, 2:40 pmThis 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.
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:Quote from supportTeam on July 28, 2025, 6:12 pmHi Archie,
We will add this feature in a future update and let you know about it
Hi Archie,
We will add this feature in a future update and let you know about it