In smart table, if the rows from backend service are more than 100 then on each scroll, table is getting refreshed and calling the OData service on each refresh.
Due to this, if the row count is 170 then the table is displaying 340 rows after scrol...