Hello Guys,
I have a doubt regarding the sap.ui.table.NavigationMode.Paginator object used for navigation for table. I do not know how can i access the page event for this Paginator object.
The paginator control which is normally used is
var oPaginator = new sap.ui.commons.Paginator("paginator2",{
page : function(oEvent) {alert('Page changed);}
});
But for Tables the Paginator Class used is sap.ui.table.NavigationMode.Paginator hence the methods and propperties are not accessable directly
Please Help!!!!
Regards
Arush