diff --git a/src/table.js b/src/table.js index 28d10ad..d598c45 100644 --- a/src/table.js +++ b/src/table.js @@ -74,7 +74,7 @@ export default class Table { // Additional settings for the table this.tunes = { - withHeadings: false + withHeadings: config?.withHeadings ? true : false }; /**