Home > Software engineering >  Add a title beside MultiSelect SelectAll Checkbox in prime react
Add a title beside MultiSelect SelectAll Checkbox in prime react

Time:12-29

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

enter image description here

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

CodePudding user response:

Working Code Sandbox showing how to do it: enter image description here

  • Related