Replies: 1 comment
-
it is somewhat partially exposed to slot props https://vuetifyjs.com/en/api/v-data-table/#slots-bottom
it would be nice if the whole yield of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems like a useful hook.
I have a usecase where I need to build a totally custom pagination component, and it seems like it'd be very useful to hook into the existing pagination of the VDataTable I'm making this pagination for. But this hook doesn't seem to be exported.
For reference, it's used like this:
https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/VDataTableFooter.tsx
And I need to create something like it, but not exactly it. The customisations for the VDataTableFooter do not cover the usecase, and adding props to cover my (and every other) usecase would be far more difficult for the Vuetify devs.
Beta Was this translation helpful? Give feedback.
All reactions