‘Load more’ data option

In a list with loads of records, I have implemented a 'Load more' control for user to load the next batch of records to join the previous visible ones. Can't use the pagination as the records need to be accessible easily when loaded completely.

Should the load more button be disabled or hidden on completion of records?