diff --git a/packages/table/src/ChameleonTable.js b/packages/table/src/ChameleonTable.js index 31e1834e..70f99c47 100644 --- a/packages/table/src/ChameleonTable.js +++ b/packages/table/src/ChameleonTable.js @@ -64,10 +64,9 @@ export class ChameleonTable extends LitElement { )} - - ${this.rows.map((row, index) => { - return html` - + + ${this.rows.map((row, index) => { + return html` - `; - })} + `; + })} + ${this.hidePagination || this.totalItems <= this.pageSize