"Could not find column with id "__Display"." bug when I try to display user information in new component.

I follow video tutorial to learn how OIM work, especially the video #11 which show how to create a new page and get information of users. I copied the same code for sample-identities component. When I tried to display data of users I get this error message “Could not find column with id "__Display".” Even if the column “__Display” exist in “this.dstSettings.dataSource.Data” element as you can see from the screenshots.


The video of tutorial:

sample-identities.component.html:

sample-identities.component.html

sample-identities.component.ts:

sample-identities.component.ts

Object this.dstSettings.dataSource.Data in Browser:

Object this.dstSettings.dataSource.Data in Browser