Hi
I made a filtered table. In the first column I have checkboxes. I append an
event listener to the table "cellclick" because I want to change the
checkboxes values "on the fly". Everything seemed to work properly untill I
started to filtering the table's rows depending on the checkboxes' value.
Something silly is going on but I can't figure out what is it.
1. After the application starts I build the table and define 3 buttons
(checked, unchecked, all).
2. Then I change some of the checkboxes.
3/a. If I click button "All" (tableModel.resetHiddenRows();) all checkboxes
changes back to the init value, they just loose the new values.
3/b. If I click one of the another two buttons (Checked or Unchecked:
tableModel.addNumericFilter("!=", 1, "checkbox"); or
tableModel.addNumericFilter("==", 1, "checkbox");) the filtering works fine.
But after clicking on All and after that changing the cb values, this values
will be forgotten after clicking again on All.
The example code could be downloaded from here:
http://dl.dropbox.com/u/5843/code/qx/Application.js
It's the third day that I could not find the solution for this problem :(
--
View this message in context:
http://n2.nabble.com/filtered-table-with-checkboxes-problem-tp4050308p4050308.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel