Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

396
Views
Add filter to primeReact Table

im new in node and react. I must add filters to search the columns, my problem is that I am a newbie with react. So how can I integrate this functionality?

This is the original page

enter image description here

and i have to add this.

enter image description here

So how can i filter by name?

            <div>
                <div className="p-grid crud-demo">
                    <div className="p-col-12">
                        <div className="card">
                            <DataTable value={allUserActive} header={header} responsiveLayout="scroll" paginator rows={25} rowsPerPageOptions={[25, 50, 75]} filterDisplay="row">
                                <Column field="name" header="Nombre Usuario"></Column>
                                <Column field="group.name" header="Grupo" showFilterMenu={false} filter filterElement={statusRowFilterTemplate}></Column>
                                <Column field="lastDate" header="Hora activo" body={lastDateBodyTemplate}></Column>
                                <Column field="active" header="Estado" body={activeBodyTemplate}></Column>
                                <Column field="activeSince" header="Inicio Jornada" body={activeSinceLeadBodyTemplate}></Column>
                                <Column field="lastAssignedLead" header="Ultimo Lead" body={lastAssignedLeadBodyTemplate}></Column>
                            </DataTable>
                        </div>
                    </div>
                </div>
            </div>


about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!