Mihir Shah
Mihir Shah
@Shekharrajak In the purview of GSOC'19, I would like to contribute to DARu. I would like to start this by working on this issue. Can you please guide me for...
What should the interface of `delete_rows` should be like? @athityakumar @Shekharrajak It should accept a start index and an end index (optional)? If the end index is not specified then...
I looked at this issue and this seems to be happening because of the behaviour implemented in `onCommit` method. Inside `onCommit`, we are setting the media attribute to the style...
Essentially what I ended up finding was: we should never set `media` attribute to `x` on the `` tags since they might still be in use even though the page...
Also, to make this work and to have the `` tags on SSRed page, we might need to remove the `isInitialRender` check in `onStart` and `!isInitialRender` check in `onCommit`
@tommhuth It is actually a quick fix but I am not sure if that's how it is supposed to be solved or not.
Is there any plugin or API available to achieve this using just SortableJS? I am also stuck with the same problem.
Hi! I took a look at this bug because it seemed interesting and after a few days of exploration I was able to figure out the reason why this is...
Hi @pavel-bublavy Did you find any workaround to fix this?
I am facing similar issue in v7.1.0 In my case when a particular cell changes I don't have any choice but to pass a new reference to data array with...