how to disable columns resize event
I would not like to change mouse cursor style and resize columns width when mouse dragging
November 12,
document.styleSheets[document.styleSheets.length-1].addRule(".active-box-resize", "display: none;");
document.styleSheets[document.styleSheets.length-1].addRule(".active-column-N .active-box-resize", "display: none;");
<style>
.aw-grid-separator {display: none;}
</style>
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021