Column width setting not working in some columns
Issue #411
closed
I got a table for over 20 columns, and setting colWidths
in settings for same width with all the columns (except the 1st column), however the last three columns are showing wider than the others, tried add more columns in columnsMap
and manually adjust column width also not working. More details can be found in forum post: Column width setting not working in some columns - Apliqo UX - Cubewise Forum
{ "cardConfig": { "height": "500", "showTopBorder": true, "shouldShowTitlesSeparator": true, "showSpinner": false, "subTitle": false, "showFooter": false, "footer": { "showFilterInFooter": false, "iconClass": "", "text": "", "callBackFn": "", "href": "" } }, "table": { "columnFormat": { "Fail": [ { "condition": ">", "value": "0", "className": "bg-orange-200" } ] }, "colWidths": [ 100, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75 ], "columnsMap": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ], "hiddenColumns": [], "hiddenRows": [], "tableFilters": {}, "insertedRowsAndColumns": { "columnDataIndex": 0, "rowDataIndex": 0, "columnData": [], "rowData": [] }, "rowsMap": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ] } }
Comments (4)
-
-
- marked as minor
-
- changed status to closed
Couldn't replicate the issue, if it's still occurring please reopen the ticket.
-
- removed milestone
Removing milestone: 2022_Q1 (automated comment)
- Log in to comment
Are you able to reproduce this issue with the Apliqo Demo?