Материал из Module developer
// Clearing the filter by data l_oList.ClearDataFilter(); // adding a filter by data l_oList.SetDataFilter("type", "coffee"); //set the 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= }}
