Html – Fixed table header widths break if there is at least one table header row above them
I'm using the table component from the Vuetify framework. I'm building a dynamic table, based on a configuration. The fixed table headers are dynamic and might be nested inside a parent group or might have a rowspan greater than 1.…