I have a data grid and every once in a while the top row doesn’t display. The data thats bound to the grid shows that there should be a record there, but it just shows as white space, has anyone seen this or is it a bug I should report?
I am seeing the same issue.
For me it was resolved after I linked the unique Row id again, with the id… Then I reloaded the page and it resolved.
Also experiencing this. Thought it resolved but it came back
@aurelie any idea why this happens?
I’m also having this same problem
You need to be sure that all your id are unique and that the property is bound correctly. Try to unbind and rebind as well to be sure. Then refresh and the bug should not happen again
Nope this is not only realted to the unique ids also a problem in the rendering am having the same issue when ever I chance or edit anything in the configuration such as enabling edit for row or modifying any other settings in the grid so I have to refresh or close the dialogue and then open it back again to show so there is a bug
Can you please file a ticket here with your project information? We’ll take a look in priority: https://support.weweb.io/
Thanks! Ive just submitted it.
Having this issue also. Top row missing sometimes but not always, independent of unique id
I’m having this issue as well and submitted a ticket.
Seems to happen whenever I click on a column header to sort.
Hello, it’s an issue that happen when you change the type of one column, change a filter, reorder columns, … But this issue only happen if you don’t set the good row unique id according to your data. The value is not well-defined and there is no unique id for each row
Hey @Mael thanks for helping with this. I don’t think the unique id is the problem.
Here’s a screen recording some of the odd behavior I am seeing, despite using a good unique id for each row:
In the video, I show the blank row when I sort (or actually when I stop sort), and that I end up with a lot of blank rows if I refresh the datagrid’s data.
Hello @kyanaloe,
What did you bind in data? A collection? If yes, is-it the all collection with all the metadata or is-it only .data?
Could you try with only .data and see if you still have the issue?