custom vue data table component
I am trying to make a reusable DataTable component with vue, and feel like i'm making things harder on myself. This is the code I've come up with:
I want to be able to send in the global filter state as a prop. This does work, but maybe there is a way to simplify things?
0 Replies