413 questions
1
vote
0
answers
55
views
PrimeVue: Edit DataTable Cell using CDN option
I'm a newbie at PrimeVue and am stuck on datatable with cell edits. When I click the cell, it doesn't go into edit mode: https://primevue.org/datatable/#cell_edit
Here is a block that replicates my ...
0
votes
0
answers
68
views
PrimeVue DataTable not responsive?
I have the follwing:
<Panel header="SITE MANAGEMENT">
<template #icons>
<Button severity="secondary" rounded text @click="showAddNewModal = true"&...
2
votes
0
answers
140
views
Problem with frozen columns in Datatable component from PrimeVue library (gaps, shifting)
I have encountered a problem with the DataTable component from the Primevue library.
When I assign pagination to a table and set several frozen columns, if I switch the number of rows displayed in the ...
0
votes
0
answers
61
views
PrimeVue DataTable MultiSelect Filter Shows Incorrect Selected Count When Pre-selecting Values
I'm using PrimeVue DataTable with a MultiSelect filter on the "Project Status" column. I want to pre-select certain status values by default, but only those that actually exist in my data.
...
0
votes
0
answers
88
views
Where do "implicit outer layer" and "components" CSS layers come from?
In Chrome developer tools, there's a "CSS layers" toggle which shows:
I'm trying to understand where these layers ("properties", "theme", etc) come from. Are they Chrome-...
0
votes
0
answers
524
views
Validation problem with Zod Resolver using PrimeVue forms
I'm having somewhat of an issue using Zod form resolver.
Using PrimeVue forms, I have validate-on-value-update activated:
<Form
v-slot="$form"
:initial-values="form.data()"...
0
votes
0
answers
39
views
Can we make a vertical InputGroup in PrimeVue?
PrimeVue offers a convenient way to work with an InputGroup, like:
<InputGroup>
<InputGroupAddon>
<i class="pi pi-user"></i>
</InputGroupAddon>
...
0
votes
1
answer
195
views
How to set the primary colour of a theme in Primevue template before/on app load
I am using Primevue's Sakai template https://github.com/primefaces/sakai-vue and would like to set what the primary colour of the Aura theme should be before the app is loaded, for example using a ...
0
votes
1
answer
333
views
In a PrimeVue DataTable with rowGroupMode set to rowspan, is it possible to groupRowsBy multiple 'columns'?
Is it possible at all to set up a DataTable in PrimeVue where rowGroupMode is set to rowspan and groupRowsBy is done on multiple columns? For example:
Time and User always span the same number of ...
0
votes
1
answer
486
views
How to modify the matching mode of the filters in a PrimeVue TreeTable?
I am using the TreeTable component of the PrimeVue library.
In the example from the documentation (https://primevue.org/treetable/#filter ) the filters are initialized with:
const filters = ref({});
...
0
votes
1
answer
379
views
Styling problem with Primevue with dialog component
Im trying to implement a simple dialog, but the styles dont apply like it would do
This is the component
<template>
<div class="card flex justify-center">
<...
1
vote
1
answer
64
views
How to listen to the scroll event of the VirtualScroller inside MultiSelect in PrimeVue 3 via PT?
What I'm trying to achieve is to listen to the scroll event of the VirtualScroller inside a MultiSelect, so that every time the user scrolls the dropdown panel, I can trigger a custom function.
I saw ...
0
votes
0
answers
55
views
Inerta returning 302 followed by a 302 without errors
I'm using Laravel 11 with Inertia and VueJS 3. I installed Breeze on the project and tested authentication. Everything was working fine until I tested whether the invalid credentials error was ...
0
votes
0
answers
531
views
Primevue 4.3.x does not work with primeuix/themes and primeflex together
I've been trying to upgrade for a few days now. I have re-read all tickets and forums, but I get the feeling that it's not me doing something wrong, it's just some bug or this design just breaks when ...
0
votes
0
answers
164
views
Issue using Primevue Dynamic Dialog inside Nuxt 3 application
I'm trying to use PrimeVue DynamicDialog (https://primevue.org/dynamicdialog) inside my Nuxt 3 application. So I built a simple test page with a button that when clicked has to show a popup with a ...