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
100 stars 11 forks source link

More slots #35

Closed alexcroox closed 1 month ago

alexcroox commented 1 month ago

It would be great to expose more slots for custom styling. For example:

Thanks!

bhaveshpatel200 commented 1 month ago

Hey,

All above you can achieve using to overwrite your custom css based on classes which is already given.

alexcroox commented 1 month ago

thanks, sometimes however when you are using a UI library it's not as simple as just applying classes, unless you seperately maintain all the classes the UI library applies internally to something like a button. Slots provide more flexibilty in this way. Would you accept a PR if I forked?

bhaveshpatel200 commented 1 month ago

Yes, i accept PR but for now i can't for above changes. as a premium table also does not provide this type of options because of user can easily manage through css. but i will think about this in future if needed.