paulopmx / Flexigrid

Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml/json based data source using Ajax to load the content.
689 stars 538 forks source link

Minor changes to fix position of column drag buttons. #64

Closed asyafrudin closed 11 years ago

asyafrudin commented 11 years ago

This is a minor update to fix the position of column drag buttons in Chrome and IE. It seems that the buttons are not accurately aligned with the columns border in Chrome and IE, but it works perfectly in Firefox.

PS: Tested on Chrome 23, Firefox 17, and IE 8.

paulopmx commented 11 years ago

Thanks @asyafrudin

asyafrudin commented 11 years ago

My pleasure, @paulopmx.