Cannot retrieve Aurelia SlickGrid dataItems using getDataItemByRowIndex() or any other method. #1289
Replies: 1 comment
-
Mmmmhhhh, OK, so the data will only be available after getting data in aurelia binding or attached events....so just store the reference to the grid and access it after the grid has been populated... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I subscribed to the onAureliaReady even and in there I'm trying to update the background colors (to show status) of the dataItems. Since the status depends on multiple values of the dataItem I need the whole dataItem, not just one particular field.
However, when trying to access the dataItem by various means I only get "undefined"? What am I doing wrong?
I am using Aurelia v2 with vite and Aurelia-SlickGrid v7+;
}
Any help would be appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions