David-Mulder / paper-datatable

A material design implementation of a data table.
GNU General Public License v3.0
237 stars 92 forks source link

Access index of Item in the displayed item list #117

Open IchordeDionysos opened 7 years ago

IchordeDionysos commented 7 years ago

It would be great if I could get the index of the current item as I can access {{value}}, {{item}} and {{column}}. So I would like to have something like this: {{index}}

IchordeDionysos commented 7 years ago

Okay well I found that there is something like index: _dataKey So I would consider rename it to a public attribute index Or maybe have them both