In my application I have Button Next which will get 1 records at a time from Postgre table and display on the UI. I have created API to get the records in nodejs. I
Next