Table no border

Bootstrap 5 Table no border component

Responsive Table no border built with Bootstrap 5. An example of a table with no border. Easy to implement and customize.


Basic example

Add .table-borderless for a table without borders.

# First Last Handle
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
        
            
      <table class="table table-borderless">...</table>