ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

Detail row not working anymore #94

Closed chaymag closed 6 years ago

chaymag commented 6 years ago

I've followed your lesson when adding the detail row : https://github.com/ratiw/vuetable-2-tutorial/wiki/lesson-12 , it worked fine for a while but then after a while i discovered that it wasn't working anymore and it now shows this : You need to define unique row identifier in order for detail-row feature to work. Use track-by prop to define one ! when i toggle a row. Help!

chaymag commented 6 years ago

My bad i removed the id column by mistake and it resulted in detail row not showing anymore. Adding the id made it work again.