HC200ok / vue3-easy-data-table

A customizable and easy-to-use data table component made with Vue.js 3.x
MIT License
536 stars 105 forks source link

Context menu functionality #289

Closed 0SilentFox0 closed 11 months ago

0SilentFox0 commented 1 year ago

Hey) I found that you have an event listener for this

Screenshot 2023-04-28 at 13 10 34

And now when I add links inside my cell there is no option to click on them to open in a new tab (middle button of the mouse). So can you make this listener optional or add the opportunity to rewrite it? Thank you!

jxn-30 commented 1 year ago

I would like to see this feature too, so I implemented it in #290 . Fortunately, it was not that difficult :)

MajedurRahmanMmr commented 1 year ago

Is there any way that I can use default browser context menu on right click @jxn-30 @0SilentFox0 ?

jxn-30 commented 1 year ago

As far as I know not yet but with my PR that would be possible by passing the prevent-context-menu-row prop with a value of false.

HC200ok commented 1 year ago

Please use the latest version: 1.5.44