8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166e3bf commit 08724bdCopy full SHA for 08724bd
src/bootstrap-table.js
@@ -1619,7 +1619,7 @@
1619
);
1620
1621
if (this.options.cardView) {
1622
- html.push(sprintf('<td colspan="%s">', this.header.fields.length));
+ html.push(sprintf('<td colspan="%s"><div class="card-views">', this.header.fields.length));
1623
}
1624
1625
if (!this.options.cardView && this.options.detailView) {
@@ -1746,7 +1746,7 @@
1746
});
1747
1748
1749
- html.push('</td>');
+ html.push('</div></td>');
1750
1751
1752
html.push('</tr>');
0 commit comments