Hello All,

I have a table with data which I set using the .setDataAsMapArray(data,true)
option of the TableModel. 
I have set a few columns out of the data map, but still have several data
fields which do not have a corresponding column (database ids, etc..).

I would like to be able to filter the table data using these hidden values. 
I have defined the TableModel to be qx.ui.table.model.Filtered and am able
to filter according to any column defined. The only way I found up to now,
is to define these other values as columns and then hide them. 
Since I don't want them ever to appear, I need to find a way to remove the
columns from the visibility button as well.
So my question is twofold:
1) Is it possible to filter according to these values from the map without
having to define corresponding columns to them?
2) If Answer(1) == false, how can I remove a column from the visibility
button?

Thanks,
Best wishes,
Omri

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Filtering-a-table-according-to-a-non-column-map-item-tp6088062p6088062.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to