如何将此 table 转换为典型的 bootstrap 格式?
How to convert this table to a typical bootstrap format?
我已经创建了这个 table,并且我已经将 bootstrap 应用到该页面。但我需要将 table 转换为更 bootstrap 的 table 格式。这是我拥有的:
在没有更多信息的情况下,我能给出的最佳建议是将 .table 添加到您的 table 标签中。
当前:
<table lotsofstuffhere >
更改为:
<table class="table" id="MainContent_grdSearch">
我已经创建了这个 table,并且我已经将 bootstrap 应用到该页面。但我需要将 table 转换为更 bootstrap 的 table 格式。这是我拥有的:
在没有更多信息的情况下,我能给出的最佳建议是将 .table 添加到您的 table 标签中。
当前:
<table lotsofstuffhere >
更改为:
<table class="table" id="MainContent_grdSearch">