diff --git a/projects/angular-showcase/src/app/examples/table-showcase/table-showcase.component.html b/projects/angular-showcase/src/app/examples/table-showcase/table-showcase.component.html
index 218113142c..db0f48e799 100644
--- a/projects/angular-showcase/src/app/examples/table-showcase/table-showcase.component.html
+++ b/projects/angular-showcase/src/app/examples/table-showcase/table-showcase.component.html
@@ -56,7 +56,7 @@
Properties
Pin Mode
- Pin the first column
+ Pin the first column (Not supported in IE11)
Text Alignment *
diff --git a/projects/angular-showcase/src/app/examples/table-showcase/table.md b/projects/angular-showcase/src/app/examples/table-showcase/table.md
index 761910a5dd..76d8a1a7db 100644
--- a/projects/angular-showcase/src/app/examples/table-showcase/table.md
+++ b/projects/angular-showcase/src/app/examples/table-showcase/table.md
@@ -29,7 +29,12 @@ You can use table component to display rows of data as see below
```
-Remove/Reset table content
+### Pin Mode
+
+The sbb-table provides a pin mode, which pins the first column the the left side.
+This is not supported in IE11.
+
+### Remove/Reset table content
You can also remove a row or more rows from the table with removeRow() function:
@@ -47,7 +52,7 @@ resetRows() {
}
```
-Filter table content
+### Filter table content
It is possible to search specific content of the table using a filter function: