About 17,700 results
Open links in new tab
  1. How do I override the style of primeng components?

    Jun 23, 2021 · I want to overright the style of primeng components as per component level not for whole app. Either I have to change the style in main theme.css file or inline style, but seems inline not works

  2. css - Angular: Styles from primeng not working even they are listed in ...

    Feb 15, 2023 · I have added primeng to my Angular project. But the styles don't work. I have put the styles in style.scss and in angular.json. but always i do ng serve it doesn't work My styles.scss: …

  3. Newest 'primeng' Questions - Stack Overflow

    Using PrimeNG DynamicDialog, I'm trying to create a consistent header-content-footer layout for all the dialogs in my use case. When opening a custom dialog component, in the dialog configuration, ...

  4. primeng: Install version for Angular 16.2.0 - Stack Overflow

    Nov 27, 2023 · The latest primeng point to the 17.0.0-beta.1. If you want to use it on Angular v16, install the latest 16 : npm install --save [email protected] (there is no v16-lts tag yet)

  5. How to add frozen columns to primeNG when rows are rendering ...

    May 17, 2021 · I was looking for help to add the frozen columns feature in my primeng table where the columns and rows are dynamically rendered. I do have a config ( isPK: true) that came from data on …

  6. angular - In PrimeNG, how do I bind a p-dropdown selected value to a ...

    Aug 11, 2022 · Learn how to bind a p-dropdown selected value to a form control in PrimeNG using Angular framework.

  7. How do I set primeNg dropdown selected value as the id of the object ...

    May 20, 2020 · Unfortunately you can't change the way PrimeNG dropdown uses the value, by default dropdown uses the entire object from the Array of objects; PrimeNG only allow to change the label …

  8. How to filter on a primeNG table with a dropdown and apply the filter ...

    Mar 1, 2021 · I am trying to filter a column in the primeNG table with a drop down menu, but I want to apply the filter only when I press the Apply button. Now filtering happens in the onChange event. If I …

  9. angular - PrimeNg <p-table> sorting - Stack Overflow

    PrimeNg <p-table> sorting Asked 7 years, 5 months ago Modified 1 year, 8 months ago Viewed 66k times

  10. Expanding the prime-ng's p-table row on click of the row

    The link here https://www.primefaces.org/primeng/#/table/rowexpansion shows an example of p-table where the rows can be expanded by clicking on the first column which uses the directive pRowToggler.