From f232240badfc76bc0641c8c97c65500f9e228a7b Mon Sep 17 00:00:00 2001 From: kyubisation Date: Fri, 28 Jun 2019 16:30:24 +0200 Subject: [PATCH] fix(table): documents ie11 limitation of pinMode (#64) Closes #58 --- .../table-showcase/table-showcase.component.html | 2 +- .../src/app/examples/table-showcase/table.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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: