Fixed column width of data-column

cancel
Showing results for 
Search instead for 
Did you mean: 
anshu_kumar
Active Member II

Fixed column width of data-column

Hi,

I am using ADF 2.3.0 and ACS 5.2.1

I wanted to set fixed width of certain data-columns such that the column width remains fixed and limited char of row value is displayed. The tool-tip can be used to view the entire value. How can I achieve this?

By using class="full-width ellipsis-cell", data column is reduced and limited char is displayed. However, width of the columns varies from column to column.

2 Replies
eugenio_romano
Alfresco Employee

Re: Fixed column width of data-column

Could you please provide an example of your code?

dvuika
Alfresco Employee

Re: Fixed column width of data-column

You can use any CSS class names there. You can use custom width and any other style attributes instead of  "full-width" and "ellipsis-cell" if you want. Consult any CSS docs if you are not sure how to do that.