datatables.colResize icon indicating copy to clipboard operation
datatables.colResize copied to clipboard

Upgrading to dataTables.Net 1.12.1 causes resize cursor to not show

Open izzycamm opened this issue 2 years ago • 1 comments

I upgraded to dataTables.net version 1.11.5 to 1.12.1 and the resize cursor will not longer show. I can resize the columns, but is is difficult to see where to drag from without the cursor. I changed the library reference back and forth in my code and it seems the upgraded is definitely the problem.

izzycamm avatar Jul 13 '22 21:07 izzycamm

.......dt-colresizable-hover { cursor: col-resize !important; background-color: #eaeaea; border-left: 1px solid #bfbfbf; }......

ghost avatar Feb 07 '23 10:02 ghost