GerkinDev/vuejs-datatable

Click on Pager Button - open new Tab in Mozilla

workuxenus opened this issue · 2 comments

If I Click on Pager - Mazilla open New Tab.
I fix this by adding prevent @click="sendClick" => @click.prevent="sendClick"

Link

Hi,

I can't reproduce the issue you are experiencing from the docs site. I think this may be related to your app's pager template, if you have any. Otherwise, could you please post a minimal repro ? Without it I would consider the issue as invalid.