Melloware

Results 2480 comments of Melloware

Workaround: ```css ```css .ui-datatable-scrollable-body { overflow-x: scroll; overflow-y: auto; transform: rotateX(180deg); } .ui-datatable-scrollable-body table { transform: rotateX(180deg); width: 100%; overflow-x: scroll; } ``` ```

Thank you for pointing this out. I guess I never realized it should have been `import type`. That does indeed fix it!

![Image](https://github.com/user-attachments/assets/5b3ebefa-eeb7-40ae-8f66-962e1ced001b)

@dstutz As a workaround....you can use OmniFaces Socket that works with Quarkus. see: https://quarkus-faces-melloware-8a6a34c1.koyeb.app/ui/ajax/websocket.xhtml

no problem yeah you have to follow the Omnifaces WebSockets instructions!

OK debugged in 13.X and 14.X and the different seems to be when its called. ### 13.X Seems to be called in `RowExpandFeature.encodeExpansion`. ``` org.primefaces.component.api.UIData.lambda$isLazy$1(UIData.java:88) org.primefaces.util.ComponentUtils.eval(ComponentUtils.java:552) org.primefaces.component.api.UIData.isLazy(UIData.java:85) org.primefaces.component.datatable.DataTable.getLazyDataModel(DataTable.java:1232) org.primefaces.component.datatable.DataTable.loadLazyDataIfEnabled(DataTable.java:477) org.primefaces.component.datatable.DataTableRenderer.preRender(DataTableRenderer.java:126)...

Related to this change: https://github.com/primefaces/primefaces/issues/10793

@stolp looks like this has always been like this i tested against 12.0.0 and 13.0.0. The issue seems to be around `collapsed` being an input value of the panels and...

sorry I meant `"process="@this"` You are only processing the button. But if you switch it to `@form` you will see your buttons are broken I think its because of `panel...