Hey there! I'm new to VueJS and I've been working on creating a data table component. So far, I have built two components called ui-datatable
and ui-checkbox
, which allow me to select all rows in the table. It's functioning perfectly fine, but I can't help but think there might be a more efficient way to achieve this. You can check out my code on JSFiddle. Any suggestions are welcome as I feel like I may have overcomplicated things.