Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9133221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:26:56+00:00 2026-06-17T08:26:56+00:00

I have a datable which includes the filter feature of primefaces. Some operations can

  • 0

I have a datable which includes the filter feature of primefaces. Some operations can be done on the table (e.g. edit). The datable will be updated after the user’s operation is completed using ajax.
It updates the table directly and works well, if I don’t filter the datatable, unfortunately not if I use it and edit it.

That’s how my datatable looks like:

    <p:dataTable id="dataTable" var="row"
                value="#{bean.value}"
                filteredValue="#{bean.filteredValue}"
                paginator="true" rows="25" paginatorPosition="bottom"
                rowKey="${row.id}"
                paginatorTemplate="{CurrentPageReport}  {FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink}"
                editable="true">

and the Button which triggers the update

<p:commandButton value="Save"
                        actionListener="#{bean.save}"
                        update=":form"/>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:26:56+00:00Added an answer on June 17, 2026 at 8:26 am

    After updating datatable you have to invoke it’s client side filter() method.

    <p:dataTable widgetVar="dataTableWidgetVar" id="dataTable" var="row"
                 value="#{bean.value}"
                 filteredValue="#{bean.filteredValue}"
                 paginator="true" rows="25" paginatorPosition="bottom"
                 rowKey="${row.id}"
                 editable="true">
    
    <p:commandButton value="Save"
                     actionListener="#{bean.save}"
                     update=":form"
                     oncomplete="PF('dataTableWidgetVar').filter()"/>
    

    For PrimeFaces versions older than 5, you should use

    <p:commandButton value="Save"
                     actionListener="#{bean.save}"
                     update=":form"
                     oncomplete="dataTableWidgetVar.filter()"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a datable myTable, which is bind with a DataGridView dgv. The DataGridView
I have a table in my sqlite3 databse which has the following fields: id
I have to write a procedure which is able using a Table version to
I have an application in Zend where I need to implement system which will
I have a Windows installer project which includes a custom action. This custom action
I have a datable code to generate a string, which is sb.ToString(). DataTable dt
I have some classes which are related. One them is have another classes's object
I have a small music site which you can see songs in a gridview
I have a variable which is datetime type. How can i get the shortdatetostring()
I Have a table in my databse that one of the columns named NumOfView

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.