I'm using ng2-smart-table which is having 19 columns, it is going out of the frame in the dashboard. So I need to apply horizontal scroll to the table body.
Am using ng2-smart-table in my angular 2 project
:host /deep/ table {
width: 1200px !important;
overflow-x: scroll;
}
Am not getting the horizontal scroll for the table