Hope the parent attribute of root in treegrid supports null/0 value

I tried to load treegrid data, in which the parent attribute of the root is null or 0, but neither could make the treegrid shown. Only when the parent attribute of the root node deleted can the data be shown. It’s not so convienent for the data from database. Hope the null or 0 value could be supported.

In case of using the parent:0, please, try to define that in the rootParent attribute:
https://snippet.dhtmlx.com/ym0e11ze

I’ve tried the rootParent attribute with kinds of values, but not work for me on DhxSuite7.2.5pro. But it does work on https://snippet.dhtmlx.com/ym0e11ze , either with 7.2.5pro or the latest 7.3.0. I didn’t find the reason. Let me try out the 7.3.0 locally first. Thanks