linmasahiro / vue3-table-lite

A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.
https://vue3-lite-table.vercel.app/
MIT License
248 stars 73 forks source link

suggest to bind row data with the return-checked-rows event #35

Closed sumifru-codebase closed 2 years ago

sumifru-codebase commented 2 years ago

Currently, the return value of the said event is a just a string.

I highly suggest that the return value should be the row data itself in order to do more customization on the component.

linmasahiro commented 2 years ago

Hi, @sumifru-codebase , I am already added feature what you want. Please check document and search checked-return-type

linmasahiro commented 2 years ago

Hi, I closed this issue. If any questions, reopen it. thx.