Ziad Jeeroburkhan

Results 47 comments of Ziad Jeeroburkhan

Ok, thanks for the quick response. Concerning the context menu may be the official[ example from VueTippy](https://vue-tippy.netlify.app/examples/context-menu) can provide some clues.

Definitely broken and I gave up trying to fix it. Would be awesome if the author could provide an update for it.

If anyone else needs this feature then feel free to contact me so we can work together on it.

When you say it is not allowed that's not a Vue limitation right? If so then, hopefully, we can find a way to work around the limitation. Not being able...

I would assume that there are specific access types both Firefox and Chrome that only allow access to textboxes that are not of the password type for instance. If so...

I'm curious to know about any progress made in that direction because I'm about to start working on the implementation myself and would rather avoid re-inventing the wheel if you're...

Reusable custom columns as a component would really help keep things tidy with more complex data. I can only hope this will get the attention it deserves sooner than later.

Actually relates to an [older issue](https://github.com/primefaces/primevue/issues/2348#issuecomment-1482689096) which I did not report because it was not a priority back then, at least for me

Perhaps a `WeakMap` would be a better alternative. So instead of adding a property to the targeted element, it would be added to the `WeakMap` instead, using the element as...

Have you considered using a `DataTable` for displaying the rows and only use the `Tree` to navigate the hierarchy?