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
suresh143suresh143 

temprary table creation

A Visual Force page needs to be created. I should have a dummy list of Team. When user enter any text in “Team filter” (Text box). The team list should filter based on input.  E.g. If user will type Team A, then starting from Team A all the Team A will appear below the Team Filter.
Sonam_SFDCSonam_SFDC
Hi Suresh,

What you can do is create a datatable on Visualforce and get data using SOQL - 
create a field which you can use as a filter citeria and that rerender the data table content using the filter in the SOQL to pull the filtered data again:

Read more:
http://salesforce.stackexchange.com/questions/21463/is-there-a-way-to-filter-rows-in-an-apexdatatable