Jump to content

Titulo da coluna do UniDbGrid


Gregue

Recommended Posts

OLá !

 

Alguém sabe como quebrar o título da coluna do UniDbGrid ?

 

exemplo:

 

+-------------+-----------------+

|Nome do   |  Endereço    |

|Clientes    |                      |

+-------------+-----------------+

 

UniGUI versão: 1.0.0.1397

 

Delphi: Berlin

 

Obrigado

Link to comment
Share on other sites

Ok, quase resolvido, só está me faltando ajustar a altura da coluna. Se alguém estiver precisando segue o start:

 

.x-grid .x-column-header-inner .x-column-header-text {
    white-space: normal;
}
 
.x-grid .x-column-header-inner {
    line-height: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center;
    top: 20%;
}
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...