I’m trying to fill a CellTable and in one column I would like to display an Image. This image should be displayed for every row except one. Does anyone know how to add something like this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is what I did:
In case you don’t know how to obtain an ImageResource, check the docs here.
Update: If you want to use a custom cell, you should decide whether or not to draw the image in the cell’s render method:
Then you can add the column to your cell like this: