I have a project with nextjs and typescript.In this project I use primereact as UI kit. my problem is I want add a text beside MultiSelect select all checkbox. something like this Prime react add a prop as panelHeaderTemplate but I can’t figure out how can I use and implement this. Tnx in advanced for any effort Answer Working Code
Tag: primereact
onRowDoubleClick shouldn’t trigger onSelectionChange in prime-react
I have a project with nextjs and typescript.I use prime react as a UI kit for my project. On one of my pages I have a table and in this table I have a checkbox per row for select that row also if user dblClicked on a row it should navigate into another page.my issue is when I dblClick on
Storybook not showing styles
I have a dialog component which is using the Primereact dialog internally. When I make a storybook for the same, the custom css for button is being imported as it is imported inside dialog.jsx. But the default css of Primereact dialog is not loading and reflecting in the storybook. Although it is being loaded in my React app. dialogComp.jsx dialog.storybook.js