Datatable getFilter of serverMultiSelectFilter is undefined

Trying to get a filter of a serverMultiSelectFilter we get undefined

http://webix.com/snippet/1ca4bc77

Hi,

By calling the getFilter() method of the filters built with Webix controls, you get access to the object of this control (here it is Multiselect).

To get to the control’s value, you need to use its API, e.g. its getValue() method.

Check the following snippet, please: http://webix.com/snippet/602867a8

Thank you