Re: [qooxdoo-devel] table filter model + sort issue

2010-06-01 Thread danovics
Thank you Dave and Fritz It's good to know that this is a bug so I souldn't look up in my code for solution. I'll look at the smartTable modell... -- View this message in context: http://qooxdoo.678.n2.nabble.com/table-filter-model-sort-issue-tp5124920p5126538.html Sent from the qooxdoo mailin

Re: [qooxdoo-devel] table filter model + sort issue

2010-06-01 Thread Dave Baggett
There are lots of bugs with the current Filtered model -- many documented in qooxdoo's bugzilla. As Fritz said, your best bet would be to migrate to the Smart model. We can help you do that. Ultimately, my hope is that Smart will become part of the mainline QooxDoo code. (Subtle hint to Andreas a

Re: [qooxdoo-devel] table filter model + sort issue

2010-06-01 Thread Fritz Zaucker
You might want to consider the contribution SmartTable. Cheers, Fritz On Tue, 1 Jun 2010, danovics wrote: > > I've just now realized a somehow odd behavior or filter tableModel: > > 1. Apply a filter to the model > 2. Change sort order by clicking on a table's column > 3. ResetHiddenRows() > > T

[qooxdoo-devel] table filter model + sort issue

2010-06-01 Thread danovics
I've just now realized a somehow odd behavior or filter tableModel: 1. Apply a filter to the model 2. Change sort order by clicking on a table's column 3. ResetHiddenRows() The sort order has been forgotten and after showing all rows the sort order will be changed back. I hope that only I could