html - How to convert this table to a typical bootstrap format? -


i have table has been created, , have applied bootstrap page. need convert table more bootstrap table format. here's have:

without more info, best advice can give add .table table tag.

current:

<table lotsofstuffhere > 

change to:

<table class="table" id="maincontent_grdsearch"> 

Comments