angular-data-grid / angular-data-grid.github.io

Light and flexible Data Grid for AngularJS applications.
http://angular-data-grid.github.io/demo/bootstrap/
112 stars 50 forks source link

Index Available? #65

Open gmarshall56 opened 7 years ago

gmarshall56 commented 7 years ago

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