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 74 forks source link

Looking for contributors? #38

Open jnarowski opened 2 years ago

jnarowski commented 2 years ago

We're considering adopting this table into our platform. I am wondering if you are looking for contributors? Also, it looks like you have duplicated the VueTableLite for typescript. Wondering if we should look at another way of handling that so we don't have to duplicate the code.

Anyways DM me. Would love to chat about this project and where you see it going.

linmasahiro commented 2 years ago

Hi @jnarowski

We're considering adopting this table into our platform. I am wondering if you are looking for contributors?

Thanks for you are like this component. And I'm glad you brought up this issue, it will be more perfect with your help.

Also, it looks like you have duplicated the VueTableLite for typescript. Wondering if we should look at another way of handling that so we don't have to duplicate the code.

Yes, It's has 2 files, one for Javascript, one for TypeScript, and more than 80% same... In fact, I don't know how to Integrate to one file, maybe use TypeScript on dev, and deploy javascript file after compiler?