Page 1 of 1

Down arrow is not shown when a TreeTable node is expanded

Posted: 28 Sep 2018, 08:17
by nnap
When a TreeTable node is expanded, the right error switches to a down arrow. This down arrow is not visible. To fix this problem, I had to import the OrganizationChartModule. Looks like the correct CSS for the chevron-down icon is only available in the CSS for the OrganizationChart. This is a dependency that should not exist like that.
Thanks in advance,
Silvio

Re: Down arrow is not shown when a TreeTable node is expanded

Posted: 01 Oct 2018, 08:49
by merve7
We fixed for next release. You can use the below code until release;
add the below override in _icon.scss (src/assets/sass/theme/_icon.scss) - in .pi class.

Code: Select all

    &.pi-chevron-down {@include icon-override("keyboard_arrow_down");}