Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Does timeline support filterData() ?

$
0
0
Hello. Tried doing a simple filter to the events in my timeline. Like this:

Code:

Criterion filter = new Criterion("name", OperatorId.EQUALS, "Banana");
myTimeline.filterData(filter);

Alas, when i add this logic to a buttonclickhandler and click it, nothing happens to the timeline. Have i misunderstood something?

Viewing all articles
Browse latest Browse all 4756

Trending Articles