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 

temparary 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.
logontokartiklogontokartik
Look at this URL for reference. might be helpful. This is old, so maybe you can use JS Remoting instead of Action Functions.
http://blog.jeffdouglas.com/2010/07/13/building-a-dynamic-search-page-in-visualforce/