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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -