Trying to format a Bootstrap table for decent display on mobile screens, I wanted to hide the thead element below a certain breakpoint. I used the d-none d-md-block combo, then I realized that normally a thead should be in display: table-header-group. And there is no d-table-header-group rule in Bootstrap...
I