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
