From 6069219df46666c81a23fd6e50eb755a17b7e87f Mon Sep 17 00:00:00 2001 From: Steve Yin <670687+steve3d@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:52:09 +0800 Subject: [PATCH] feat: Add custom style class to p-table p-dataview p-treeview (#13205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Add custom style class to p-table/p-dataview/p-treeview * fix(primeng/p-button): spinner style not working propely Fixes #13148. * Fixed #13183 - Make TreeNode generic * Fix: Icon list visibility * fix(primeng/p-menu): render html via `DomSanitizer` Fixes #13128. * fix(primeng/p-button): not working `loadingIcon` property, update loadingdoc example Fixes #13098. * fix: update angular version restriction * fix(primeng/p-confirmDialog): not updated style in runtime Fixes #13155. * Fix #13129 - FileUpload | File limit does not fire error * Fix #13201 - OverlayPanel: Incorrect position when inside of dialog in 16.0.0 (did not happen in rc2) * Fix - Surface color list * fix #13124 --------- Co-authored-by: Egor Volvachev Co-authored-by: Çetin <69278826+cetincakiroglu@users.noreply.github.com> Co-authored-by: gucal Co-authored-by: Olivier Barais --- src/app/components/dataview/dataview.ts | 7 +++++++ src/app/components/table/table.ts | 15 +++++++++++---- src/app/components/treetable/treetable.ts | 7 +++++++ 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/src/app/components/dataview/dataview.ts b/src/app/components/dataview/dataview.ts index b57a16d8fe2..2e09d1f4737 100755 --- a/src/app/components/dataview/dataview.ts +++ b/src/app/components/dataview/dataview.ts @@ -70,6 +70,7 @@ import { DataViewLayoutChangeEvent, DataViewLazyLoadEvent, DataViewPageEvent, Da [showCurrentPageReport]="showCurrentPageReport" [showJumpToPageDropdown]="showJumpToPageDropdown" [showPageLinks]="showPageLinks" + [styleClass]="paginatorStyleClass" >
@@ -106,6 +107,7 @@ import { DataViewLayoutChangeEvent, DataViewLazyLoadEvent, DataViewPageEvent, Da [showCurrentPageReport]="showCurrentPageReport" [showJumpToPageDropdown]="showJumpToPageDropdown" [showPageLinks]="showPageLinks" + [styleClass]="paginatorStyleClass" >