-
I can't seem to figure out why this isn't working. The docs make it look like all I need to do is pass an array of objects to the records property, but it seems I'm missing something. The correct headers and the correct number of rows are rendered, but all of the cells are empty. https://i.imgur.com/z0NMj73.png
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Alright well the problem was that I was accessing the wrong property names haha. That's what I get for coding while exhausted. While I was investigating the problem though, I got hugely distracted by what I believe is a type definition error. I opened #30 with some more info. |
Beta Was this translation helpful? Give feedback.
-
I'm glad you've managed to solve it. |
Beta Was this translation helpful? Give feedback.
Alright well the problem was that I was accessing the wrong property names haha. That's what I get for coding while exhausted. While I was investigating the problem though, I got hugely distracted by what I believe is a type definition error. I opened #30 with some more info.