diff --git a/apps/dev/src/tree-table/tree-table-demo.component.ts b/apps/dev/src/tree-table/tree-table-demo.component.ts index b7d7e5b2b1..a72ecc07f4 100644 --- a/apps/dev/src/tree-table/tree-table-demo.component.ts +++ b/apps/dev/src/tree-table/tree-table-demo.component.ts @@ -27,7 +27,8 @@ import { const TESTDATA: ThreadNode[] = [ { - name: 'hz.hzInstance_1_cluster.thread', + name: + 'hz.hzInstance_1_cluster.threadhz.hzInstance_1_cluster.threadhz.hzInstance_1_cluster.threadhz.hzInstance_1_cluster.thread', icon: 'airplane', threadlevel: 'S0', totalTimeConsumption: 150, @@ -49,7 +50,7 @@ const TESTDATA: ThreadNode[] = [ children: [ { name: - 'hz.hzInstance_1_cluster.thread_1_hz.hzInstance_1_cluster.thread-1', + 'hz.hzInstance_1_cluster.thread_1_hz.hzInstance_1_cluster.thread-1hz.hzInstance_1_cluster.thread_1_hz.hzInstance_1_cluster.thread-1hz.hzInstance_1_cluster.thread_1_hz.hzInstance_1_cluster.thread-1', icon: 'airplane', threadlevel: 'S1', totalTimeConsumption: 150, diff --git a/libs/barista-components/tree-table/README.md b/libs/barista-components/tree-table/README.md index 70d9d907f4..1471ddb905 100644 --- a/libs/barista-components/tree-table/README.md +++ b/libs/barista-components/tree-table/README.md @@ -166,7 +166,9 @@ You want to add the table header by adding a `` inside the The next step is to add the row where the columns get rendered. You can do this by adding the `` inside the `` tag. You can specify the columns that should be rendered and don't forget to bind the row's -data to the ``s data input `[data]="row"`. +data to the ``s data input `[data]="row"`. The text contained +will be cut to preserve the width correctly. Hovering over the cell/text will +reveal the whole text. ```html