DataGrid: large and small letters in the column header

Hi @Alex77,

You can need to override the default theme CSS to do that:

.rz-datatable-thead th .rz-column-title {
   text-transform: none;
}
1 Like