over the column with checkboxes, and the headers is offset by one column to the left. I.e the expected header over column 2 is places over the checkbox column instead (column 1).
Steps to Reproduce
use selectionMode="single" and allowSelection on SbData table (see code below for full example)
Expected Behavior
I should be able to use the table in single-select mode and still have the headers correctly placed over each column. The expected behaviour is illustrated in the storybook here: https://5fb5253d9fbaa1002177207a-pfgnjdmtcy.chromatic.com/?path=/docs/design-system-components-sbdatatable--selection-mode
Current Behavior
The header does not generate the necessary
Steps to Reproduce
selectionMode="single"
andallowSelection
on SbData table (see code below for full example)Fix
something around this line needs changing: https://github.com/storyblok/storyblok-design-system/blob/3a99be264b32a6f2a8a8ba1eea8deaa301da02f0/src/components/DataTable/components/SbDataTableHeader.vue#L5
:tada: This issue has been resolved in version 3.20.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: