I am JSGrid to show data in a grid. however jsgrid column is not adjusting to the values. I don't want the fixed width of columns and if i dont give width the data overflow the next column as shown
.
i found work around solution mentioned here auto adjust columns
.jsgrid-header-cell,
.jsgrid-cell {
overflow: hidden;
}

but the problem is i dont want to hide the overflow data in the header and somehow wrap the values in data columns . any solution or workaround
I don't need to do anything, just set width: "100%" in your datagrid and the width in the columns you should use the minimum value you want, using the minimum value jsgrid will do the horizontal scroll automaticly. See this image
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With