Melloware
Melloware
Yes i changed it to New Feature as these are currently not designed to be used together. I doubt anyone in the community will work on it so most likely...
@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. ```javascript if (PrimeFaces.widget.DataTable)...
Oh nevermind. I just tested it its working fine and the dragged row is dropped correctly right? You are just saying while dragging the row the reflow is lost correct?...
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 is because when...
I thought you were originally saying the renderng of the table was wrong AFTER you dropped the row. Its only message up while dragging.
Understood! Well all the draggable code is there if you can figure it out we would gladly accept a PR!
Can you paste your exact CSS changes here in complete.
Or provide a PR.
It was a CSS fix and you had to modify this right? `helperRow.appendTo(helper.find('tbody'));`Just trying to get to the bottom of what you are fixing but its hard to follow with...
So I think we need two things.. 1. Change this line of code if `cfg.reflow`... ```javascript helper = $(''), ``` to ```javascript helper = $(''), ``` 2. Change the CSS...