primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
10.6k stars 4.62k forks source link

TreeTable (18.0.0-beta.3) - Disclosure triangles are missing #16712

Open critchie opened 2 weeks ago

critchie commented 2 weeks ago

Describe the bug

The TreeTable demo does not show any triangles for expanding or collapsing the rows.

Environment

https://v18.primeng.org/treetable

Reproducer

https://v18.primeng.org/treetable

Angular version

0.0.0

PrimeNG version

18.0.0-beta.3

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

0.0.0

Browser(s)

Brave

Steps to reproduce the behavior

  1. Navigate to the primeng component demo page.
  2. Select the 18.0.0-beat.3 version.
  3. Select the TreeTable component.
  4. None of the tables have expand/collapse triangles.

Expected behavior

Expect to be able to expand and collapse the rows.

critchie commented 17 hours ago

Looks like you have this fixed. I see them now on the demo page.