Closed Thav0 closed 1 month ago
Ok, I will check and updates you.
Any new about this issue?
Hi, You can use @click.stop to prevent the parent click event, which will work. I will also update it in all our demos.
<NuxtLink class="text-blue-600 underline" :to="'https://google.com'" target="_blank" @click.stop> Google.com </NuxtLink>
Hi,
When I try to use with target="_blank" the NuxtLink doesn't work
` <vue3-datatable :rows="salesReport" :columns="cols" :loading="loading" :totalRows="paginationParams.totalItems" :isServerMode="true" :pageSize="paginationParams.perPage" :pageSizeOptions="[50, 100, 200, 300]" :currentPage="paginationParams.currentPage" :columnFilter="true" @change="updateSalesReportData" class="text-xs"