When I open standard list view page of Account I am able to see mass select checkbox as below
But when I try to replicate this using VF page with apex:listViews
,mass select checkbox do not appear.
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