You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no issue with the data grid. Instead I have a question.
As Angular provides a $index to be used to identify a particular row when using ng-repeat, is there such an index available in this data grid? I need to allow for processing on any particular row in the data grid, and in doing so I need to send in one or more data elements from a row in the grid to a function. Is there a way to access data elements on a row, say that is perhaps three or four pages in from page one? Is there some kind of index that can be used?
Thank you
Gary
The text was updated successfully, but these errors were encountered:
I have no issue with the data grid. Instead I have a question.
As Angular provides a $index to be used to identify a particular row when using ng-repeat, is there such an index available in this data grid? I need to allow for processing on any particular row in the data grid, and in doing so I need to send in one or more data elements from a row in the grid to a function. Is there a way to access data elements on a row, say that is perhaps three or four pages in from page one? Is there some kind of index that can be used?
Thank you
Gary
The text was updated successfully, but these errors were encountered: