Hi, newly created Filtered table model is nice feature, but it has some problems ...
when you apply filter current this._rowArr (row data array) is copied into this._fullArr as Filtered table model is extend of Simple, you can still add rows, edit values ... and this is problem, all changes after filter is applied are lost when you reset filters (resetHiddenRows) ... this._fullArr is copied back to this._rowArr ... all changes are lost I don't consider this a bug, whole class should be reworked. Thanks for author effort anyway. jan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
