bhaveshpatel200 / vue3-datatable

vue3-datatable is a powerful component for creating dynamic and customizable data tables. It supports large amounts of data, sorting, pagination, and filtering and highly customizable
MIT License
134 stars 19 forks source link

Add Types to the package #33

Closed BayBreezy closed 1 month ago

BayBreezy commented 7 months ago

Hello @bhaveshpatel200 ,

A few months ago, I raised this issue #26 .

I finally got a chance to fork the repo and implement the types.

I tested it locally and it all worked well.

I also cloned the documentation website and used the local installation to test & that worked as expected as well.

Please look this PR over when you get the chance.

I created as many types as I could based on how values were used in the package and also based on what is stated in the docs.

I am seeing where the docs was created when Nuxt was in the RC stage 😆 . When I get time, I will also upgrade the docs.

Let me know if you have any questions.