Component: p-table #14164
Labels
LTS-PORTABLE
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The [showInitialSortBadge] attribute from p-table should disable the badges if we set it to false.
getMultiSortMetaIndex
Environment
Angular 16.2.8 / primeng 16.8.0
Reproducer
https://stackblitz.com/edit/ace6ra?file=src%2Fapp%2Fdemo%2Ftable-lazy-load-demo.html
Angular version
16.2.9
PrimeNG version
16.8.0
Build / Runtime
Angular CLI App
Language
ES6
Node version (for AoT issues node --version)
18.12.1
Browser(s)
No response
Steps to reproduce the behavior
https://stackblitz.com/edit/ace6ra?file=src%2Fapp%2Fdemo%2Ftable-lazy-load-demo.html,src%2Fapp%2Fdemo%2Ftable-lazy-load-demo.ts
Expected behavior
I create a p-table component with a [sortMode]='multiple' and [multiSortMeta]="multiple" and [showInitialSortBadge]="false" I should no have the p-sortable-column-badge displayed but they are (cf stackblitz
PR
#14165
The text was updated successfully, but these errors were encountered: