diff --git a/projects/ng-aquila/documentation/examples/table/table-condensed/table-condensed-example.html b/projects/ng-aquila/documentation/examples/table/table-condensed/table-condensed-example.html
index dfbfcd920..08704cf63 100644
--- a/projects/ng-aquila/documentation/examples/table/table-condensed/table-condensed-example.html
+++ b/projects/ng-aquila/documentation/examples/table/table-condensed/table-condensed-example.html
@@ -1,36 +1,38 @@
-
-
-
-
- Product
- |
-
- Contract Number
- |
-
- Description
- |
-
- Website
- |
-
- Ending At
- |
-
- Status
- |
-
-
-
-
- {{item.product}} |
- {{item.contractNumber}} |
- {{item.desc}} |
-
- {{item.website}}
- |
- {{item.endingAt}} |
- {{item.statusText}} |
-
-
-
+
+
+
+
+
+ Product
+ |
+
+ Contract Number
+ |
+
+ Description
+ |
+
+ Website
+ |
+
+ Ending At
+ |
+
+ Status
+ |
+
+
+
+
+ {{item.product}} |
+ {{item.contractNumber}} |
+ {{item.desc}} |
+
+ {{item.website}}
+ |
+ {{item.endingAt}} |
+ {{item.statusText}} |
+
+
+
+
diff --git a/projects/ng-aquila/documentation/examples/table/table-expandable/table-expandable-example.html b/projects/ng-aquila/documentation/examples/table/table-expandable/table-expandable-example.html
index 931bb7755..3fff8e389 100644
--- a/projects/ng-aquila/documentation/examples/table/table-expandable/table-expandable-example.html
+++ b/projects/ng-aquila/documentation/examples/table/table-expandable/table-expandable-example.html
@@ -1,43 +1,45 @@
-
-
-
-
-
- |
-
- Product
- |
-
- Contract number
- |
-
- Ending date
- |
-
- Status
- |
-
-
-
-
+
+
+
-
-
- |
- {{item.product}} |
- {{item.contractNumber}} |
- {{item.endingAt}} |
- {{item.statusText}} |
+
+
+ |
+
+ Product
+ |
+
+ Contract number
+ |
+
+ Ending date
+ |
+
+ Status
+ |
-
- |
-
- {{item.website}}
- |
- {{item.desc}} |
-
-
-
-
+
+
+
+
+
+
+ |
+ {{item.product}} |
+ {{item.contractNumber}} |
+ {{item.endingAt}} |
+ {{item.statusText}} |
+
+
+ |
+
+ {{item.website}}
+ |
+ {{item.desc}} |
+
+
+
+
+
diff --git a/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.css b/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.css
index 27e3358f0..cb925a74b 100644
--- a/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.css
+++ b/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.css
@@ -1,8 +1,3 @@
-table {
- overflow-x: auto;
- display: block;
-}
-
.wrapper {
display: flex;
flex-direction: column;
@@ -11,4 +6,4 @@ table {
.pagination {
margin-top: 24px;
align-self: flex-end;
-}
\ No newline at end of file
+}
diff --git a/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.html b/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.html
index b0fab0e24..081dea351 100644
--- a/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.html
+++ b/projects/ng-aquila/documentation/examples/table/table-filter-sort-paginate/table-filter-sort-paginate-example.html
@@ -5,30 +5,33 @@
Matching items: {{currentlyAvailableElements.length}}
-
-
-
- Product |
- Contract Number |
- Description |
- Website |
- Ending At |
- Status |
-
-
-
-
- {{item.product}} |
- {{item.contractNumber}} |
- {{item.desc}} |
-
- {{item.website}}
- |
- {{ item.endingAt | date: 'dd/MM/yyyy' }} |
- {{item.statusText}} |
-
-
-
+
+
+
+
+ Product |
+ Contract Number |
+ Description |
+ Website |
+ Ending At |
+ Status |
+
+
+
+
+ {{item.product}} |
+ {{item.contractNumber}} |
+ {{item.desc}} |
+
+ {{item.website}}
+ |
+ {{ item.endingAt | date: 'dd/MM/yyyy' }} |
+ {{item.statusText}} |
+
+
+
+
+