shennero
shennero
Is there a way to suppress the row highlight on mouse hover even when row selection is turned on?
@bostondevin did you have to do anything special to get the calendar to render when using ng-if? When I do that, the calendar just doesn't render at all even after...
@Fedik that fix didn't work for me but it led me to what did: ``` //replace var svHandleDisabledAttr = e.target.attributes['sv-handle-disabled']; //with var svHandleDisabledAttr = e.currentTarget.attributes['sv-handle-disabled']; ```
+1