mossaab0

Results 20 comments of mossaab0

I also need to integrate Push notifications in my JoinFaces application, and get a `No qualifying bean of type 'org.omnifaces.cdi.PushContext'` error.

@melloware you mean this issue should be marked as a feature request?

> @mossaab0 OK this MonkeyPatch looks big but can you try it and see if it fixes your issue? Just add this script to your application JS file. > >...

> OK my fix is not necessary. All you are saying is the table looks funny while dragging right? But after you drop eveyrthing looks correct right? > > That...

@melloware I think I have a better understanding of what's happening, and I believe it'd be an easy clean fix for somebody who is more experienced than I am (I'm...

@melloware copying the above `@media (max-width: 640px) .ui-datatable-reflow .ui-datatable-data td[role="gridcell"]` code to `.ui-sortable-placeholder td` gave an extra visual improvement.

No. A mere CSS change would force the dragged row to appear in the `reflow` mode even when `reflow=false`. Instead, the code that inserts `` as a child of ``...

I added the following to my CSS file. This forces the dragged row to appear in the `reflow` mode regardless of the value of `reflow` in `p:dataTable`. ``` @media (max-width:...

Before dragging, we currently have this structure: ``` ``` While dragging, we currently get this structure: ``` **** **** ``` Instead, I propose the following, which doesn't involve making any...

If I understand your comment correctly, you're perhaps suggesting we can do Solution 1, but not Solution 2. That's fine with me.