Bootstrap is an HTML5 and CSS3 framework designed to help you with the front end in developing web applications and websites, yet its functionality is more visually oriented and its programming is more focused on control management . You can use Bootstrap basically for layout, the main elements that it boostrap works are: Glyphicons, Dropdowns, Button groups, Button dropdowns, Input groups, Navs, Navbar, Breadcrumbs, Pagination, Labels, Badges, Jumbotron, Page header, Thumbnails , Alerts, Progress bars, Media object, Panels, Responsive embed, Wells, Back to top and Preview theme you can find information on the use of each one at official website , there are features like modal and others that are also supported but all are basically layout-oriented, if you just search the formatting of the data and you want to use the boostrap for the layout of your page it is a good If you access the css part of the boostrap site you will find examples of how to format your table to use the boostrap classes and so stay with the layout as specified. Just applying the "table" class will already be using some of the boostrap pattern.
<table class="table">
...
</table>
If you want to do paging control when bringing the data to format in a grid allow search and etc ... You will need another resource I advise you to jQuery DataTables that can be used with the boostrap layout. Easy to use, simple, well documented and functional. You can apply the bootstrap style in DataTable .