EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: eliraz on September 30, 2014, 03:33:40 AM



Title: datagrid: resize column arrow cursor
Post by: eliraz on September 30, 2014, 03:33:40 AM
Hi,
I'm using a datagrid and I noticed that when I hover on a header cell in order to resize a column,
the cursor is shown righter than where i expect it to be (See image attached: the resize is shown when the mouse is on the red dot, instead of the black dot).
Moreover, i have difficulty in resizing columns because the resize cursor is shown on a very specific (and thin) location of the header cell.

Is there any way to fix it?

Thanks in advance. :)


Title: Re: datagrid: resize column arrow cursor
Post by: stworthy on September 30, 2014, 05:57:18 AM
Please try to increase the $.fn.resizable.defaults.edge value.
Code:
<script>
$.fn.resizable.defaults.edge = 7;
</script>