We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Can we display the header for flat view in camel casing

Answered
Pranay Bhatia asked on September 30, 2024

Hi Team , 

The headers for columns in flat view are in capital letters despite giving values in small case, I would like to check whether it is possible to display the headers in came casing or lower casing as well ?

1 answer

Public
Maksym Diachenko Maksym Diachenko Flexmonster October 1, 2024

Hello, Pranay!

Thank you for your question.

Flexmonster changes headers to uppercase via CSS, and you can override it with the following rule:

.fm-cell {
text-transform: none !important;
}

This way, all grid cells, including headers, will preserve the same letter capitalization as in the data source, as shown in this example: https://jsfiddle.net/flexmonster/xk6vyzqw/

Please let us know if this solution works for you.

Best Regards,
Maksym 

Please login or Register to Submit Answer