rayman-de

Results 12 comments of rayman-de

The bug seems to come from `onRowRightClick` in TableBody.js. I have a couple of questions: - Can that callback be exposed as prop of DataTable? - What was supposed to...

For those looking for a work-around until this is fixed/changed: You can keep the row that is hovered over with the mouse in a ref by using `onRowMouseEnter` (and also...

Give your main panel an id (e.g. "main") and then use dockMove(_newTabData_, "main", "middle") to add a tab to your main panel. (newTabData should hold the TabData of the content...

A panel is a container for tabs, it is not meant to hold content by itself. As a workaround, you could pass a handler to the DockLayout's onLayoutChange prop that...

I just stumbled on the same problem. I believe that the easiest way around this limitation is to create a context in App that can then be consumed by Foo...

There is some mismatch with the row indices when using both, lazy and paginator. I think it is a good idea to have the row indices behave the same way...

> I created a stackblitz is LOOKS like PrimeVue has the same bug? https://stackblitz.com/edit/x8rejugz?file=src%2FApp.vue Well I have not done any programming with Vue yet, so I cannot do much with...

What does the failed Vercel check mean? Is there a mistake in the PR?

Should I maybe splitt off the feature-request part here so that you can just merge the bugfixing part without having to wait for @mertsincan ?