The PrimeNG data table is not updating and changing the number of displayed items when the items per page dropdown is changed.
There are no console errors or any indication there is something set wrong.
I want to show the columns filters when I do click a text or button using DataTable of primeng of Angular.
This is the initial status for my table.
When I do click in the text "Enabled", I will see this:
If I do click on button "Disable" the…
I am using primeng for to work with tables.
I have the next column:
I need to show a default value inside the filter input field, like this:
Maybe, something…
I am showing a p-datatable inside a p-dialog in one of my component. If a user has previously selected few rows from this table, I need to show them selected when the user visits the p-dialog next time.
I am passing an array of selected items to the…
I have a data table that I would like to lazy load and use the built in filters to generate the filters for data api request. Whenever I type something in the filter field it returns the search then changes whatever I typed to "undefined". It still…
I have a use case wherein I have varying number of rows and columns for my table. I also do not have any information about the header names.
I am trying to use the following implementation:
I fetch the reference for the table using…
I am building a angular2 prime ng app with angular cli.When I am trying to use primeNg datable ,Css is not getting applied to it properly.
I have included the necessary dependencies in my app.module,
import {DataTableModule,SharedModule} from…
We are using primeng in our angular project. We have made some custom changes in the library like templates in some of the components. one such example is below , where we have changed the emptyMessage property template in datatable.
Hi community, I am using primeng and I show in a table records that come from a database, I want to check my checkbox according to the response of the database, if the language is active I should load the check in true but I do not know how to…
I have been using Angular 4 with primeng 4 . When sorting is done with
p-datatable of primeng it highlights the column header being sorted.
Example : https://www.primefaces.org/primeng/#/datatable/sort
But when filtering is done here, the column…
I am using angular 4 and PrimeNg datatable with editing, is it possible to force the upper case in 1 column when user is writing?
maybe calling toUpperCase on keyup? or something better
I used primeng p-table for multiple selection grid. I have requirement to select multiple row by clicking on each row checkbox. I have to hide/remove checkbox from ptable header.
Can I get solution for this. I have tried changing css styles but…