All,
I have a sap.ui.table.Table object with some columns. I am able to use the sortProperty and filterProperty of the column to do this and works fine on text. I have a column with a template using a checkbox control. the sorting piece works, but the filtering piece doesn't work.
I have tried checking for 1/0, true/false, checked values with no luck
I have also looked at the example on the sapui5 sdk and it doesn't work.
https://sapui5.netweaver.ondemand.com/sdk/#test-resources/sap/ui/table/demokit/Table.html
any help is appreciated
Sergio