I currently have a SAPUI5 commons table which is binded using ODatatable. Sorting and filtering works properly when I am not using the parameters property of bindinginfo. There is a case where I need to use the parameters of bindinginfo and I realised that it overrides all the parameters that are automatically created by the commons Table. Is there any way I can do this? To retain the original parameters created by the Table (due to sorting and filtering) and at the same time include the additional parameters manually?
↧