Материал из Module developer
l_oItem_2.SetData( { type: "fruit", name: "test2" } l_oItem_3.SetData( { type: "coffee", name: "test2" } // clearing a filter by data l_oList.ClearDataFilter(); // adding a filter by data l_oList.SetDataFilter("type", "coffee"); //setting a filter by type with coffee value l_oList.SetDataFilter("name", "test2"); //and one more filter by name with test2 value // using a filter by data l_oList.ApplyDataFilter(); </syntaxhighlight> |attentions= }}
