How to use custom data object - not array #4933
Unanswered
zanzlender
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a question... The app I'm currently developing has a requirement for pagination....
My logic is to have a data object where the object's properties match the page. E.g.
However when I try to add that to my table data doesn't get rendered at all....
Accessor:
Can someone please tell me what 'm doing wrong...
Also, the code
console.log('MY DATA', data);
doesn't get printed at all...And neither of these get printed either...
Beta Was this translation helpful? Give feedback.
All reactions