dhobi/datatables.colResize

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

izzycamm opened this issue · 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.

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