EasyUI Forum
May 20, 2024, 07:15:56 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: datagrid: resize column arrow cursor  (Read 4929 times)
eliraz
Newbie
*
Posts: 12


View Profile Email
« 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. Smiley
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!