How to open model popup in gird mass action
-
hello,
I want to open a model popup in grid mass action, so that I can update other fields data also. How to add this? OR how can I add one more field in the update ?How can I add one more text box before the submit button ? OR How to open the model popup on submit button ?
-
@ppstech
Mass actions does not support any kind of frontend component invoke. Rather is dependent on a single AJAX function for passing all the selected IDs to your provided route.You would be required to over ride the datagrid blade files to do that and create a delayed sequence on submission of mass action AJAX request.
Regards:
Prashant.