You can pass the filter using the following code......
var f2 = new sap.ui.model.odata.Filter('<PROPERTY NAME>', [{operator:"EQ" ,value1:"<VALUE>"}]);
oTable.bindRows("/<COLLECTION NAME>",'<PROPERTY NAME>', undefined, [f2]);
oTabel.getBinding('rows').refresh()