Records not showing in data type

I am trying upload around 1000 records in a data type using a csv file but it’s not showing there. Class of this data type is mapped to a database table where the records are showing fine but it’s just the data type where these records are not getting populated.

using pega 8.5.2

@Bipul Singh

Can you check if the datatableditoreport of respective class is returning the results. If no, then it may be due to some filter condition in that report.

@HariPriyaY Thanks a lot. It worked after removing filter conditions from datatableditoreport report definition.