hi,
i have json model and i tried that method,but it doesn't affect in model.
code :
var tableIndex = sap.ui.getCore().byId("print_table").getSelectedIndex();
var context = sap.ui.getCore().byId("print_table").getContextByIndex(tableIndex);
Bind_model.destroyBindingContext(context);
Bind_model.refresh(true);
is this the correct method?
do i need to do something else?