cancel
Showing results for 
Search instead for 
Did you mean: 

Fixed column width of data-column

anshu_kumar
Star Contributor
Star Contributor

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 2

eugenio_romano
Elite Collaborator
Elite Collaborator

Could you please provide an example of your code?

dvuika
Star Collaborator
Star Collaborator

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.