Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using a custom class in one of the columns in vaadin. The custom class contains a pie chart- VaadinVisualisations. The class also contains some labels. This class is displayed in one of the columns. The table can be sorted. The custom class column allows me to sort it however, the piechart disappears when I do so. When I refresh the page I can see the pie chart again. Can anybody tell me how to fix this? or Is there any other better solution to this?

share|improve this question
The overiding of the sort method in table class solves this problem! easy huh? – Madz Apr 26 '12 at 13:02

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.