I wants to know if there is any inbuilt option in yii2 gridview checkbox column to select/deselect all rows at once..
For example if i have 500 records in a gridview and i am displaying 100 records at once than i can only select 100 records at once and do any bulk action.
I want user to be able to select all 500 records at once and do any bulk action with those record at once.. hope you all get my question
I made a suggestion to yii framework owners on github
and they have confirmed that they will do this enhancement soon enough and put this issue in enhancement section, so hoping that they will include it soon enough but until then guide me to achieve this in any alternate way
Thank you