Hey Naveen, just set your pagination to false on the table. (I think it is this way by default). Make sure to remove this line: navigationMode: sap.ui.table.NavigationMode.Paginator
Edit: I don't recall 100% if the default behavior is without pagination. If not, you can set it to use scrollbars with the line navigationMode: sap.ui.table.NavigationMode.Scrollbar. You can also set the visibleRowCount to whatever fits your needs.