I am learning angularjs with bootstrap, I am displaying data in table now it has many columns and hence data overflows and can be seen by scrolling the page to right, but this means that complete page needs to scrolled i need only the table component to be scrollable instead of the complete page. How can i achieve that ?
i have given overflow-x as scroll but still the complete page is scrolled instead of just table
table ng-table="tableParams" show-filter="true" class="table table-striped" style="overflow-x: scroll">