jQuery UI Widgets › Forums › DataTable › How to disable horizontal mouse hover scrolling in jqxwidget datatable?
Tagged: angularjs datatable, datatable
This topic contains 8 replies, has 3 voices, and was last updated by Peter Stoev 9 years, 6 months ago.
-
Author
-
March 2, 2015 at 10:58 am How to disable horizontal mouse hover scrolling in jqxwidget datatable? #67887
Whether anyone here know how to disable horizontal scrolling of row by mouse, I want to keep scrollbar as it is, and it should be functional when user selects scrollbar and then moves on either side,as you can see in current example when my mouse cursor is on some row, if I scroll up and down its moving left and right, its bit confusing for our users, so I just want to keep scrollbar.
Fiddle Example
March 2, 2015 at 1:36 pm How to disable horizontal mouse hover scrolling in jqxwidget datatable? #67898Hi peter_p,
The behavior which you describe is by design. In the current version, there is no option to turn it off.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/March 3, 2015 at 3:20 am How to disable horizontal mouse hover scrolling in jqxwidget datatable? #67915Please add this option in next release, its really confusing. any alternate way to accomplish this ? I mean something like returning false as and when this event is fired.
March 3, 2015 at 4:01 pm How to disable horizontal mouse hover scrolling in jqxwidget datatable? #67937Hi peter_p,
As I wrote, there’s no option for turning it off.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/March 4, 2015 at 11:57 am How to disable horizontal mouse hover scrolling in jqxwidget datatable? #68001Thank you Peter Stoev for reply, kindly keep this option in next release.
Regards,
Peter PMarch 4, 2015 at 4:28 pm How to disable horizontal mouse hover scrolling in jqxwidget datatable? #68033Hi Peter you can try this modified version of jqxdatatable.js, might help you too, uploaded just now on github
You have to set
horizontalScrollerSupport:false
along with your other options.here is demo http://jsfiddle.net/o7k01jv1/
With Best Regards,
Akshay HegdeMarch 5, 2015 at 7:49 am How to disable horizontal mouse hover scrolling in jqxwidget datatable? #68062Hi Akshay Hegde,
I’d suggest you to look at the jQWidgets EULA before doing modifications in our code. You will see that this is prohibited there!
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/March 5, 2015 at 11:28 am How to disable horizontal mouse hover scrolling in jqxwidget datatable? #68073I am really sorry Peter Steov, could you please delete my post ? I will delete uploaded code on github
With Best Regards,
Akshay HegdeMarch 5, 2015 at 12:17 pm How to disable horizontal mouse hover scrolling in jqxwidget datatable? #68075Hi Akshay Hegde,
Don’t worry, I just wanted to mention that in order to have it in mind in the future.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.