how to avoid horizontal scrolling in table code example
Example 1: hide horizontal scrollbar css
.x-scroll-disabled {
overflow-x: hidden;
}
Example 2: how to stop a page from scrolling horizontally
overflow-x: hidden
.x-scroll-disabled {
overflow-x: hidden;
}
overflow-x: hidden