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

Getting current list view label in VF page.

I have list view select box in a VF page and need to know how to access the label for the currently selected list view.
ManiTManiT

You may use {!filterId} to get the Listview id. You can use  <apex:enhancedList> for showing similar table as well.