datatable.eachRow iterates through every row

Even those which aren’t parsed
https://snippet.webix.com/3utern54

Hello,
The point is that dynamic loading define in advance a total count of datatable. So, eachRow works with this count

You can check if the items are ‘undefined’ or, as another way, you can use each() of DataStore so it will iterates through existing items

The documentation says otherwise:
https://docs.webix.com/api__ui.datatable_eachrow.html

https://snippet.webix.com/w71nk2lt

Yes I know, but if eachRow is working as expected the documentation needs an update

We will correct it, thank you.