Hello guys,
is it possible to hide the scrollbar and show the grid in 90% or 80% ... like table width?
I will see als columns on screen without scrolling.
Thank you!
have you tried using this?
body {
overflow-x: hidden;
overflow-y: hidden;
}