Back to migration overview

BTableSimple Migration ​

Migration notes for BTableSimple from BootstrapVue to BootstrapVueNext.

View Source Edit this page on GitHub Migration Notes

BTableSimple Migration ​

Summary ​

Migration notes for BTableSimple from BootstrapVue to BootstrapVueNext.

Affected APIs ​

  • BTableSimple

Breaking Change ​

Use table-attrs to apply additional attributes to the <table> element in responsive mode.

See the v-html section for information on deprecation of the caption-html prop.

BTBody ​

BTFoot ​

foot-variant has been replaced with variant, which can used on other table elements.

BTHead ​

head-variant has been replaced with variant, which can used on other table elements.

Migration Notes ​

  • Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.
  • Review related migrations for shared prop, event, and slot changes.

Safe Automatic Rewrite ​

Yes. This entry is mostly mechanical and can usually be rewritten automatically when the surrounding code matches the documented patterns.