I've been working with the HTML drag and drop API to allow users to resize columns in a table. However, I've noticed that when a user starts dragging a column, the cursor changes to one of the default drag and drop effects (such as move or none). Is there a way to keep the cursor style the same as it was before the drag event started? Or will I need to simulate drag and drop using events like click and mousemove instead?