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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...