when you shrink the columns the texts doesnt wrap properly. Can we please update the reporting to reflect the proper text wrapping.
Hello,
Thank you for reaching out to us.
Kindly note that we do not recommend using multiline in Flexmonster. There are two possible approaches to displaying text correctly:
#fm-pivot-view .fm-grid-row,
#fm-pivot-view .fm-grid-row-mobile {
min-height: 40px;
max-height: 120px;
height: 65px !important;
}
tableSizes: {
rows: [{
height: 40,
idx: 0
}]
}
You can see the example on the following JSFiddle: https://jsfiddle.net/flexmonster/tf7mrw9p/
Hope you will find our answer helpful.
Regards,
Nadia