Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
31 views

I have created SPFx with React solution. I have used "primereact": "^9.4.0" version. I’m trying to lazy-load PrimeReact components in my SPFx + React application. But I am not ...
Sagar Mehta's user avatar
0 votes
0 answers
24 views

I'm experiencing strange scrolling behavior in my vite-pwa on the desktop. The problem is as follows: I have the component BulkDeltePanel.tsx, which contains the following: <Sidebar visible={props....
user17145524's user avatar
0 votes
1 answer
111 views

I'm trying to modify a primereact theme for the dropdowns, but it doesn't seem to change a bit... Anytime that I need to modify any component brought by an external library I'm having this kind of ...
Eduardo Ladrón de Guevara's user avatar
0 votes
1 answer
58 views

Versions: "primereact": "^10.9.7" "react": "^18.2.0" I've added a component like this: <ListBox filter multiple value={myValue} options={...
Vladislav Maksimov's user avatar
0 votes
0 answers
37 views

I use Clerk as my authentication provider and Primereact as the UI library in my React app. Locally, this file upload works perfectly: <FileUpload onBeforeSend={BeforeSend} chooseLabel={t("...
user17145524's user avatar
0 votes
0 answers
36 views

We have created SPFx React solution. We have used PrimeReact library in that project. We have used the Editor component from PrimeReact library. The editor works with initial data which passed on ...
Bhoomesh Joshi's user avatar
1 vote
0 answers
131 views

I have a PrimeReact DataTable with multiple columns. Each column has a text header, optionally with sort and filter options. Alignment of the columns can differ, and I would like the alignment of the ...
Patrick Losser's user avatar
0 votes
0 answers
34 views

I'm building a React project with TypeScript that will be sold to multiple clients. To accommodate dynamic theming, all configuration—including theme colors, assets and texts—is fetched from an API ...
Michel Merheb's user avatar
1 vote
0 answers
37 views

I have a date in my data which is being treated as string by primereact. To overcome I added a format function to formate date string to Date type. However, primereact still treat the values as string....
EKSam's user avatar
  • 9
0 votes
0 answers
58 views

I have created SPFx React project and integrate chart js library in that projecct I have used "chart.js": "^3.3.2" version. I need to add an image/icon in data labels and legends. ...
Bhoomesh Joshi's user avatar
1 vote
1 answer
112 views

I want to enable sorting with null values in PrimeReact. Currently, null values are always placed at the bottom by default, similar to Excel's behavior. Previously, sorting was working as shown in ...
Maulik Bhalani's user avatar
1 vote
2 answers
91 views

I am using a PrimeReact table with multi-sort functionality, and I need to change the color of the sort icons for specific columns. Specifically, I want the sort icon in the Code column to be red and ...
Maulik Bhalani's user avatar
1 vote
1 answer
133 views

I have created the SPFx React project. I have implemented a bar chart using PrimeReact charts. To my knowledge, PrimeReact uses the ChartJs library on the back end. I need to add a label and value ...
thedeepponkiya's user avatar
1 vote
0 answers
44 views

Context We're using ReactPrime as UI lib for our NextJS, on top of which we apply our custom styles using Tailwind. import { CustomDesignSystem } from "@/app/ui/design-system" ... ...
Jim Vercoelen's user avatar
3 votes
1 answer
125 views

I am trying to extend existing props from Primereact DataTable component but I can't understand why I see this error: Generic type 'DataTableProps' requires 1 type argument(s) I was supposed to ...
Marco Rovida's user avatar
5 votes
2 answers
5k views

I'm using primereact with nextjs but i get error Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.. so i guess ...
Morgana Freeman's user avatar
0 votes
1 answer
487 views

I'm using the PrimeReact DataTable, and am trying to filter on a date column. I'm using PrimeReact's built-in UI but am doing custom stuff after the filter is set. This all works fine, except I'm ...
Pet Hair's user avatar
0 votes
0 answers
136 views

I am trying to integrate mentions (@) functionality in the PrimeReact Editor component using Quill and the quill-mention module, but it is not working as expected. I have tried multiple approaches to ...
vishal bhuva's user avatar
0 votes
1 answer
261 views

I am working on a React project using PrimeReact's DataTable component, but I'm struggling to contain the table within its parent container. When the table's content exceeds the available width, it ...
Giorgi Kalandadze's user avatar
0 votes
1 answer
238 views

I am building an application based on React, Next.js and Primereact. I use the app router of Next.js. When the page is loaded, the UI elements are displayed shortly with a broken layout before ...
dagon's user avatar
  • 67
0 votes
1 answer
244 views

In the LoginPage of my website, the input fields use the FloatLabel component: initial state image. When the label floats on top, it blends with the background: final state image. I'm trying to change ...
Stefano Romito's user avatar
-1 votes
1 answer
214 views

we have an single-page-application, that uses Spring Boot as backend and React as frontend. We use PrimeReact as our component library for React. We are packaging the React Application as a static ...
user3526541's user avatar
0 votes
1 answer
176 views

I'm working with the PrimeReact library, specifically their <Accordion> component (see https://primereact.org/accordion/ ). PrimeReact provides an <AccordionTab> that should be rendered as ...
Shane Callanan's user avatar
0 votes
1 answer
355 views

I'm currently working on a project using the Calendar component from PrimeReact, and I've encountered an issue where the border and padding seem to be missing. I have a themes.css file in my public ...
Daeng's user avatar
  • 33
0 votes
1 answer
94 views

Formik not submit the form when click at submit button. The handleSubmit() isn't being called, nether putting a console.log() or alert() directly at onSubmit. I am using PrimeReact 10.8.3, React 18.3....
Vitor Hugo's user avatar
1 vote
0 answers
117 views

I’m working on a project using PrimeReact’s AutoComplete component to search customers by different criteria (e.g., name, mobile number, etc.). The search suggestions are fetched from an API, and the ...
Bhushan Patil's user avatar
1 vote
1 answer
136 views

I am using PrimeReact OrderList component. You can review the component from the documentation. There are controls buttons here. They are used to move items up and down. I want the two buttons to be ...
Mustafa's user avatar
  • 371
0 votes
1 answer
139 views

I'm beginning with React and PrimeReact. In docs https://primereact.org/datatable/#basic_filter they say that to set up options for filters you need to create one object const [filters, setFilters] = ...
Gbr's user avatar
  • 117
0 votes
2 answers
856 views

I am working on a React TypeScript application using PrimeReact (version 10.8.3), specifically the Calendar component with Range selection mode. I created a separate component for the Calendar and ...
Anurag Nema's user avatar
2 votes
2 answers
623 views

I am using primereact/dropdown to render my locations list in which user can select the in the list but I am also using the filter method in the dropdown to make the user also have the search ...
Thunder_24's user avatar
0 votes
1 answer
230 views

I'm trying implement dynamic DataTable from PrimeReact, but added new column doesn't have filter data. On example, there is dropdown and you can add more columns to table, but added column filter ...
Tomas Zagorskis's user avatar
2 votes
1 answer
1k views

I have been trying to find a fix for this problem error @primer/[email protected]: The engine "node" is incompatible with this module. Expected version ">=18.18.0 <18.19.0". ...
Aman Dhruva t̠ĥǎm᷂m᷁iͮn͖a͍a̠'s user avatar
1 vote
0 answers
197 views

I am using React with PrimeReact for my project. I've noticed an issue with the Menubar component where it briefly displays in the mobile version when I refresh the page before switching to the ...
magguire's user avatar
1 vote
1 answer
61 views

Using PrimeReact's DataTable: https://primereact.org/datatable/ Using the expandedRows functionality available in the component, you can retrieve the the row within the expansion (or in the main table)...
StevenPG's user avatar
  • 472
0 votes
3 answers
300 views

I'm having issues sorting a datatable with prime react on the Date column. Here is my code <Column field="Date" header="Date" sortable={true} body={(rowData: any)...
Hans's user avatar
  • 417
2 votes
1 answer
177 views

I'm facing an issue where my custom FilterAccordionTab component, which extends PrimeReact's (V8) AccordionTab, is not rendering its content. However, when I directly use PrimeReact's AccordionTab ...
Manspof's user avatar
  • 387
1 vote
1 answer
422 views

Working on primereact datatable checkboxes and radiobuttons, in few environments we deployed the applciation, we can see the radio button or checkboxes appears twice just like below: I can see some ...
Sridhar Paiya's user avatar
1 vote
2 answers
43 views

I'm using a primereact component, whose props include a function, and I want to use one of the other props in this function. The overall scheme of things looks like this: interface Props { label?: ...
Nomenator's user avatar
  • 1,175
0 votes
0 answers
323 views

I have created SPFx with React solution. I have used "primereact": "^9.4.0" version. I need to set the column width dynamically in the Prime React data-table column. I have added ...
Bhoomesh Joshi's user avatar
0 votes
1 answer
111 views

I am having a array of data which is having multiple objects. I want to print the values inside the table using PrimeReact Table. But when I am passing the data inside value field of DataTable I am ...
Sarfaraz Kasmani's user avatar
2 votes
2 answers
726 views

I'm using prime react table to render dynamic data in react. I built my component with the help of the datatable docs. When I click the add row button, I would like that the new added row to be ...
Alex K's user avatar
  • 83
0 votes
0 answers
150 views

now I use PrimeReact in my Next.js project and use theme of stylish of this PrimeReact components, as Lara, MD, MD-compat. But only it themes is preseted in PrimeReact. PrimeReact don`t have theme for ...
Влад Черешня's user avatar
1 vote
0 answers
198 views

everyone! I'm using the TreeSelect component with checkboxes from PrimeReact 7.2.1. I want to implement the following behaviour: When I click on option Cost of Goods Sold to External Customer (see ...
Valhalla Gonzo's user avatar
0 votes
2 answers
470 views

I want to change the background color of the navbar that was created using PrimeReact. But I do not know where do I put the CSS styling. I try many time but none of them work. I only want to change ...
Zignore's user avatar
0 votes
3 answers
1k views

I am new to React and I started working on a Sign up page, I am trying to make the password fit the container but it doesn't seem to make a difference no matter which method I try, Is there even a way ...
Metadata123's user avatar
1 vote
1 answer
217 views

I am getting an error when i try to select a autofill value I am using prime react inputnumber component enter image description here when i debug ,there is no value in event.Even if to turn off ...
Ajith Paul's user avatar
2 votes
1 answer
762 views

b static data also isn't rendering in the PrimeReact Editor.There is data in the the backend the data is coming in fine but it doesn't show up on the editor I was trying to render the data to get to ...
Shreya Reddy Chinthapally's user avatar
1 vote
0 answers
206 views

Im trying to use MenuBar component from Prime React library, but for some reason, the menubar button that triggers menu bar on small screen does not show, and menubar is showing automatically. this ...
Hashashin's user avatar
  • 523
0 votes
1 answer
435 views

I have a project that I developed using primereact and I use primereact/datatable in this project. Things like filtering operations and buttons in this table are in English, which is fine for me, but ...
Furkan Kırcı's user avatar
0 votes
2 answers
201 views

I am trying to teach myself ReactJS using PrimeReact. i am making a simple application to track crypto holdings in a wallet i own. i have this code to create a table with base data from a json file: ...
user avatar

1
2 3 4 5
8