Bootstrap 4 alpha 6 responsive Tables -
i'm trying responsive table using boostrap 4 alpha 6. tried using <table class="table table-responsive">...</table>
found in docs, , oldish way wrapper <div class="table-responsive"><table class="table">...</table></div>
.
no luck far. knows how accomplish this?
it parent div not "contained" in flex
layout (did overflow it's parent).
so not problem responsive tables flex child elements overflowing parent.
Comments
Post a Comment