You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}).css("cursor","move");// Store the tableDnD object
This would only be a problem if you were persisting this table elsewhere? Is that the case? If not, what's your use case for not wanting this style appended?
Your best bet in this scenario may be to open a Pull Request that makes this an optional feature (on by default) so that it can be disabled if necessary. I'd be happy to review this for you.
Table TR tags in my table have style="cursor: move;" in them. Is it possible to stop these being written into the DOM?
The text was updated successfully, but these errors were encountered: