MathanM
MathanM
Rowspan not working properly when headerRows are greater than 1 ``` { "table": { "keepWithHeaderRows": true, "headerRows": 2, "body": [ [{ "text": "OPTION", "alignment": "center", "rowSpan": 2, "style": "tableHeaderCell" },...
Added TableCell widget and option to merge cells using TableCell widget
Opentype
### Issue In datatable when there is no enough space the words should not be broken, instead the column should take minWidth and rest of the columns should distribute the...