We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721d29b commit 404adb3Copy full SHA for 404adb3
src/script/TableBuilder.js
@@ -210,7 +210,6 @@ export default class TableBuilder {
210
if (Array.isArray(tableDataInJson)) {
211
properties = this.getAllObjectProperties(tableDataInJson);
212
headerClasses = this.getHeaderClasses(tableDataInJson, properties)
213
- console.log(headerClasses)
214
tableHeader =
215
'<table class="table table-striped table-bordered cell-border" id="' +
216
this.tableIdString +
0 commit comments