Mouse Event Breakpoint
Javascript Data Grid
The breakpoint for the data grid to receive certain mouse events like table height adjustments and
column width resizing is at the top level of the home object returned by the closure
that makes up the deebo.methods = API. Do a search for the code below:
mouseEventBreak: 960,Throughout the code, this breakpoint value will be compared to the runtime window.innerWidth property to determine if a resize cursor should display, signaling the ability to resize. Adjust the 960 px default to fit your needs. Maybe you have a mouse connected to a smaller screen. Remember this property is a number, not a string. Don't add quotes or units (e.g., "px") to the value.