jqgrid ellipsis

后端 未结 2 1343
清酒与你
清酒与你 2021-01-06 12:43

In jqGrid, is there a native way to show \"...\" at the end of a column if it\'s text did not fit and was truncated?

I see that there is a ui-ellipsis class but I\'m

2条回答
  •  逝去的感伤
    2021-01-06 13:10

    You can solve the problem using the following CSS

    
    

    In the case you will have the results like displayed below:

    enter image description here

    (see here live)

    In some other situations another CSS style would be better:

    
    

    In the case the results are the following:

    enter image description here

    (see here live).

    Both above settings are my common settings which I use frequently depended on the customers requirements.

提交回复
热议问题