on 2015 Sep 11 1:15 PM
i have items from an association bound to a Table.
if i do it in this way it works:
<Table id="tbl1" items="{layerCompAss}" headerText="header" growing="true" >
but i need to add a Filter to this table and i tried it in this way:
<Table id="tbl1"
items="{
path: '/layerCompAss',
filters: [{
Comptyp: 'H'
}]
}"
headerText="header" growing="true" >
but this does not work.
Any idea how that works?
Thanks
thanks, but it is still not working.
for me the problem seems to be that items="{layerCompAss}" is not the same than
items="{ path:'/layerCompAss' }"
any idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.