I have a Data-Columns with 5 columns. One of the collumn i'm using for comments. the comments column will get dynamic amount of words. I want to make that comments column alone to word wrap. I tried ellipsis-cell, It just reducing the comment column size to some default size and whole Data-Column size is decreased.
I wanted to know two things,
1. Is there we can change the ellipsis-cell default size? So that i can show up little more content in my comment column (I understood, it fixing the ellipsis-cell column size to the size of the column header size)
2. Is it possible to word wrap the content in my comment column?
Solved! Go to Solution.
According to the documentation, you can provide a "class" attribute pointing to one or multiple CSS classes. You can implement all custom word wrapping via your CSS classes.
Also, you can inspect the element to see what "adf-" style classes the Document List or Data Table components use, and provide corresponding customizations.
According to the documentation, you can provide a "class" attribute pointing to one or multiple CSS classes. You can implement all custom word wrapping via your CSS classes.
Also, you can inspect the element to see what "adf-" style classes the Document List or Data Table components use, and provide corresponding customizations.
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.