returns a filtering function
use instead:
field | string | the ID of the field |
function | the filtering function |
var filter = pivot.getFilter("form");
var check = filter.handler(some)
In addition to the "handler" property you can access any other custom properties, which were set on the filter object.
deprecated starting from version 1.2
Back to top