Find your content:

Search form

You are here

Mass select checkbox not appearing in visualforce list view page

 
Share

When I open standard list view page of Account I am able to see mass select checkbox as below

enter image description here

But when I try to replicate this using VF page with apex:listViews,mass select checkbox do not appear.

enter image description here

Am I missing something here?


Attribution to: codebandit

Possible Suggestion/Solution #1

As per my understanding this the limitation of apex:ListViews. You will need to write custom code for getting that check box there and adding action on it. here is examplele that will help you. Creating a custom list-view button that handles multi-record selection


Attribution to: AtulRajguru9
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/34066

My Block Status

My Block Content