sets a placeholder for the filter input
// removes the label of the filter field and uses its text as placeholder
webix.ui({
view:"pivot",
filterPlaceholder:true
});
// sets a static placeholder for all filter fields
webix.ui({
view:"pivot",
filterPlaceholder:"Enter data.."
});