Wrap the Gutenberg Table Block with Bootstrap Classes Using render_block ...
Gutenberg’s core Table block renders a plain <figure> wrapping a <table> — functional, but with no responsive overflow handling and no Bootstrap utility classes. On a theme that uses Bootstrap, this means tables overflow their container on small screens and lack the visual styling (striped rows, dark header) that the rest of the UI uses.…