You need to sign in to do that
Don't have an account?

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.
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