jd239

Results 11 comments of jd239

At the moment, it is here: https://design.sis.gov.uk/get-started/install-components/custom-theme

Branch: `canary/data-tables-column-width`. Some initial work has started on this ticket, this includes: - adding `tableWidth` prop - setting `columnWidth` - `columnWidth` object that accepts `width`, `minWidth` and `maxWidth` (Further investigation...

@GCHQ-Developer-299 has looked over the current functionality in `canary/data-tables-column-width` and the ACs as a sanity check. We have agreed that this current ticket is now **3** story points. The remaining...

Based on the min/max-width spec, the behaviour on a table-cell is undefined: https://www.w3.org/TR/CSS21/visudet.html#propdef-max-width. Some additional testing has been carried out and min/max width is not taken into account as the...

After a brief look, it looks like the component has not been hydrated as soon as the useEffect mount has been triggered. The shadowDOM appears empty which explains why nothing...

Assuming this does not need a component page, however, any ideas on how the developers are made aware of its availability?

Depending on when this is done, it may be possible to allow an array and string with '/'. There is a split which converts the string to an array (https://github.com/mi6/ic-ui-kit/blob/main/packages/web-components/src/components/ic-loading-indicator/ic-loading-indicator.tsx#L202),...

Some additional design is required for this functionality. After a brief investigation a few component libraries which contain a data table/grid allow consumers to apply the colspan to the column...

This code snippet can also be copied or moved across to `ic-pagination-bar` guidance pages once https://github.com/mi6/ic-design-system/issues/947 is complete