I have a <ConfirmDialog> component from PrimeVue that works as it should, except for the fact that it opens multiple times when activated; for reference, I do the component multiple times throughout, some of the ConfirmDialogs only open once, most of them open twice usually. When accepting or rejecting …
Tag: primevue
PrimeVue DataTable Column Sort not Working with Date
I have a DataTable, as listed below: initialDate and finishDate are both data fields that are pulled from an API call, and will look something like this: “08/21/2022 11:43:12” When I attempt to sort these columns, they do not sort by the actual date (which is what I need), but just the first numbe…