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 ?

    58ff1766-08a2-4e7b-9fbf-8f5384fd5bba-image.png

    How can I add one more text box before the submit button ? OR How to open the model popup on submit button ?


  • Banned

    @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.


Log in to reply