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