wrapping the heading in datagrid2 is not getting

0
I couldnt able to wrap the heading in Datagrid2.
asked
1 answers
3

hi peter,

use the below code where you need to add the class data2 for the datagrid2

it will work.

.data2 .table .th .column-container{

    white-space: normal !important;

    overflow: visible !important;

    width: the value you need ;

}    

answered