Search code examples
javascriptjquerycssfrontendbootstrap-table

Can I hide or show Horizontal scrollbar in bootstrap-table?


I want to show horizontal scrollbar when bootstrap table's columns are not fitting on screen. I am using this bootstrap-table(https://bootstrap-table.com/) Any Suggestions?


Solution

  • Set the max widht and use overflow auto, you can also try overflow scroll. More information about overflow: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow