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?
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