HC200ok / vue3-easy-data-table

A customizable and easy-to-use data table component made with Vue.js 3.x
MIT License
536 stars 105 forks source link

Is it possible to determine the "row number" in the item slot #366

Open thepurpleblob opened 4 months ago

thepurpleblob commented 4 months ago

I'd like to know (effectively) how far down the page the current slot/row is. Is that value obtainable anywhere.

Alternatively, is there a way to know the current pagination values (page length, page number) so that I can calculate it myself?

wlewis22 commented 4 months ago

I would also really like this. I ended up having to give my items an arbitrary GUID id value just so I could know which one to edit when the user selects the edit row item button. Would be great to be able to access the index of the item.