Posts

Showing posts with the label Bootstrapper

Bootstrap Responsive Table Not Acting Responsive

Answer : Please re-read the docs on this feature. The table-responsive class needs to be on a wrapper div, not the table itself. <div class="table-responsive"> <table class="table"> ... </table> </div>