Skip to content

Replies

0
Arfan Baig
Arfan Baig answered on Apr 22, 2013 1:11 PM

Hello Martin,

Thanks a lot for the smartest solution.

However, I have made it more generic to work for the grids on all the pages on my Application like this:

.ui-iggrid > div > table > tbody > tr > td {
white-space: nowrap;
text-overflow: ellipsis;
}

.ui-iggrid > div > table > thead > tr > th {
white-space: nowrap;
text-overflow: ellipsis;
}

Regards,

Arfan Baig