You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the patch #2681 didn't take account of the 'table-class' prop.
Unlike the original bootstrap-vue library, 'fixed' and 'noBorderCollapse' properties do not work when the 'table-class' property is also used.
In the reproduction example, you can see (using browser's inspector) that classes 'b-table-fixed' and 'b-table-no-border-collapse' are not applied to the table element.