I want to put the description
column occupying the maximum size, leaving the other columns to have the fixed size, but looking at this link, I saw that you don’t have a solution for this for now
“How to set fixed width for all columns except one”
With that in mind, I put a large size in the description
column and left the status
column with the maximum possible size (using stretchH: 'last'
, but on small screens this means that I cannot scroll when necessary .
How to get this scroll-x? I would like the scroll to be the size of the div container, and only exist when the size of the container is smaller than the size of the entire grid
Here is a demo link:
https://jsfiddle.net/j0nch12o/16/