Bulk Action Is Not Showing #2091
Replies: 3 comments
-
ill closed this issue. the problem occured due to my conflict sript |
Beta Was this translation helpful? Give feedback.
-
i got conflict with current script from template. How can i create my own bulk delete? |
Beta Was this translation helpful? Give feedback.
-
The items in the bulk actions array need to relate to your defined methods. You don't have deleteSelected as a bulk action
getSelected() exists and gets the IDs that are selected. Not sure what your selectedRowsQuery() is You don't need to "select" fields that are defined in a Column field either... |
Beta Was this translation helpful? Give feedback.
-
Hello, i have a small projec using bulk. the checkbox can be checked, but the action is cant be clicked, so i cant show my "delete" button. how can i fix it?
![Screenshot from 2024-11-23 16-13-40](https://private-user-images.githubusercontent.com/61579869/389186972-e6f5884f-d63b-4ae2-975f-a5f0694fb255.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODIyNDgsIm5iZiI6MTczOTI4MTk0OCwicGF0aCI6Ii82MTU3OTg2OS8zODkxODY5NzItZTZmNTg4NGYtZDYzYi00YWUyLTk3NWYtYTVmMDY5NGZiMjU1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEzNTIyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU2ZTBkNTAzMWY1ZDZiZTdiZGNiZjhmNDZkYzQ1ZTI4YjEyZTQyOGI4N2ExNjNhODY4Yjk2NGI2NjY2MzAwMTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Qsq3MUrKWYsbko99p4OfShpEt-qvTjp6Wq_UyIlQy0Q)
Beta Was this translation helpful? Give feedback.
All reactions