Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Left-align decimal fields

Maria DeLaCruz
Tera Guru

Hi,

Is there a way to change decimal type fields to be left-aligned?

Thanks,

Maria

find_real_file.png

1 ACCEPTED SOLUTION

Kalaiarasan Pus
Giga Sage

The screenshot appears to be of configuration item table. If that is the case, I would strongly advise against using DOM.



Create a field style for the field and use the following in style column


View solution in original post

5 REPLIES 5

Abhinay Erra
Giga Sage

You will have to use DOm techniques for this.     Write an onLoad client script and put this in there


$("<table_name>.<fiel_name>").style.textAlign="left";


Thanks, Abhinay!   Is there any way I can apply this setting for any decimal field instead of writing a script for each field?


Kalaiarasan Pus
Giga Sage

The screenshot appears to be of configuration item table. If that is the case, I would strongly advise against using DOM.



Create a field style for the field and use the following in style column