4

I started my project in Vaadin 7. Due to unavailability of Filter Treetable support from FilteringTable add-on in Vaadin 7, I downgraded to Vaadin 6. I saw they have implemented FilterTreeTable in Vaadin 6 here. And they have provided how to use code. But, That code works fine for FilterTable. Where Can I get some demo code for implementing FilterTreeTable? If I get the demo code of the demo application, it will be very nice.

Gugan
  • 1,625
  • 2
  • 27
  • 65
  • 3
    I'd really recommend at least planning to use Vaadin 7 in the end. There are a lot of important [new features](https://vaadin.com/blog/-/blogs/the-next-reindeer-is-here-vaadin-7-0-0-is-out). For some reason I can't load the link to the Vaadin 6 FilterTreeTable, but maybe given the Vaadin 7 one lists the issue " * Filtering does not work in PagedTable or TreeTable" You'd be better off waiting for that, or maybe trying to help fix / implement that in the add on yourself? – CorayThan Mar 06 '13 at 09:33
  • Yes you are right. But, I have waited enough for it already. And I have everything that I need for my work in Vaadin 6 itself. So, I took a hard decision to downgrade to Vaadin 6. – Gugan Mar 06 '13 at 09:38
  • 2
    No probs. you continue your project in Vaadin 6. You can migrate it to Vaadin 7 easily. Read their documents. Check this https://vaadin.com/wiki/-/wiki/Main/Migrating+from+Vaadin+6+to+Vaadin+7 – Kannan_SJD Mar 06 '13 at 09:46

1 Answers1

0

Check out Line no 195 in this link. They have demo code that implements FilterTreeTable in vaadin. Don't forget to add DemoFilterGenerator and DemoFilterDecorator classes to your Project.

Kannan_SJD
  • 1,022
  • 2
  • 13
  • 32
  • 1
    The one who previously answered this question also said the same. It's my mistake. I didn't understand what he tried to say. This one should go for him. he deleted his answer, and you got it fresher. – Gugan Mar 06 '13 at 09:40
  • 1
    Ahaan.. He missed it and I get it. – Kannan_SJD Mar 06 '13 at 09:44