function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alok_NagarroAlok_Nagarro 

Searching on PageBlockTable....

Hi,

 

Again i am here with some interesting queries.

My requirement is that i am having thousands of records of particular object and displaying in vF page using pageBlockTable. Now i want to implement searching on those records but similar to search in excel sheet.

(As you must seen in excel sheet there is a drop-down on the header of each field and we can filter the data based on selection in those drop-downs).

 

So i want to implement exact same thing in VF pageBlockTable.

Does anyone have any sugestion or any similar solution...?

STest123STest123

If running user is not able to see these records in Lookup search, then this running user has not yet visited these records yet.

 

Try to visit these records, then on lookup search these records will be visible.

Navatar_DbSupNavatar_DbSup

Hi,

 

You can call an action function on the onchange event of the text box and also rerender your page block table.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

 

Saurabh DhobleSaurabh Dhoble

Just came across this old post while googling for something else. Take a look Here, might be what you were looking for.