Magento2 Add line separator in mass action list in sales order gridMagento2: Dynamic Mass Action in Sales GridAdd mass action in order grid to exportMass action in Sales order gridUpdate to 1.9.2.4 breaks custom Sales Order Grid mass ActionMagento2: Dynamic Mass Action in Sales GridMagento 2 : Add New Grid Mass Action based on conditionMass action in custom grid block Magento 2 not showingSolved - Adding Mass Delete Action to the GridHow to add custom mass action with pop up though UI in Magento2Magento 2 add conditional mass action in sales order gridMagento2 Mass Action to Sales Order Grid

How exactly does artificial gravity work?

Magento 2: How to get type columns of table in sql?

correct spelling of "carruffel" (fuzz, hustle, all that jazz)

In books, how many dragons are there in present time?

How i can place a block anywhere in Store

Why does lemon juice reduce the "fish" odor of sea food — specifically fish?

What is the best way for a skeleton to impersonate human without using magic?

When a land becomes a creature, is it untapped?

Unexpected Netflix account registered to my Gmail address - any way it could be a hack attempt?

Is 12 minutes connection in Bristol Temple Meads long enough?

German characters on US-International keyboard layout

using `is` operator with value type tuples gives error

Safety when modifying old electrical work

Anabelian geometry ~ higher category theory

Non-deterministic Finite Automata | Sipser Example 1.16

On what legal basis did the UK remove the 'European Union' from its passport?

Why do the lights go out when someone enters the dining room on this ship?

How much Replacement does this axiom provide?

What's the difference between "за ... от" and "в ... от"?

What's tha name for when you write multiple voices on same staff? And are there any cons?

Can't find the release for this wiring harness connector

On studying Computer Science vs. Software Engineering to become a proficient coder

Extracting sublists that contain similar elements

Why was Thor doubtful about his worthiness to Mjolnir?



Magento2 Add line separator in mass action list in sales order grid


Magento2: Dynamic Mass Action in Sales GridAdd mass action in order grid to exportMass action in Sales order gridUpdate to 1.9.2.4 breaks custom Sales Order Grid mass ActionMagento2: Dynamic Mass Action in Sales GridMagento 2 : Add New Grid Mass Action based on conditionMass action in custom grid block Magento 2 not showingSolved - Adding Mass Delete Action to the GridHow to add custom mass action with pop up though UI in Magento2Magento 2 add conditional mass action in sales order gridMagento2 Mass Action to Sales Order Grid






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I need to add line separator before my two newly created custom mass action "Custom Action 1" and "Custom Action 2" and



enter image description here










share|improve this question






























    2















    I need to add line separator before my two newly created custom mass action "Custom Action 1" and "Custom Action 2" and



    enter image description here










    share|improve this question


























      2












      2








      2


      1






      I need to add line separator before my two newly created custom mass action "Custom Action 1" and "Custom Action 2" and



      enter image description here










      share|improve this question
















      I need to add line separator before my two newly created custom mass action "Custom Action 1" and "Custom Action 2" and



      enter image description here







      magento2 magento2.2 magento2.3 massaction sales-order-grid






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 9 at 6:06







      Muhammad Hasham

















      asked Jan 22 at 9:48









      Muhammad HashamMuhammad Hasham

      3,80231647




      3,80231647




















          1 Answer
          1






          active

          oldest

          votes


















          2














          I got one of the resolution of my question. In order to add line separator between mass action just like Amasty extension. person should add this action in listing_massaction tag in ui component file. It belongs to sales order grid so ui component file should be sales_order_grid.xml



          <action name="order_mass_separator">
          <argument name="data" xsi:type="array">
          <item name="config" xsi:type="array">
          <item name="type" xsi:type="string">order_mass_separator</item>
          <item name="label" xsi:type="string" translate="true">----------------</item>
          </item>
          </argument>
          </action>


          The only difference in this action with others that in this action there is no URL path define. So it is clickable but didn't do any thing.




          One more important thing you can't skip item type




          I hope my answer will help others as well. if anybody want to add line between custom mass actions in sales order grid, though I am not sure but there may be other solutions as well.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f258701%2fmagento2-add-line-separator-in-mass-action-list-in-sales-order-grid%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            I got one of the resolution of my question. In order to add line separator between mass action just like Amasty extension. person should add this action in listing_massaction tag in ui component file. It belongs to sales order grid so ui component file should be sales_order_grid.xml



            <action name="order_mass_separator">
            <argument name="data" xsi:type="array">
            <item name="config" xsi:type="array">
            <item name="type" xsi:type="string">order_mass_separator</item>
            <item name="label" xsi:type="string" translate="true">----------------</item>
            </item>
            </argument>
            </action>


            The only difference in this action with others that in this action there is no URL path define. So it is clickable but didn't do any thing.




            One more important thing you can't skip item type




            I hope my answer will help others as well. if anybody want to add line between custom mass actions in sales order grid, though I am not sure but there may be other solutions as well.






            share|improve this answer



























              2














              I got one of the resolution of my question. In order to add line separator between mass action just like Amasty extension. person should add this action in listing_massaction tag in ui component file. It belongs to sales order grid so ui component file should be sales_order_grid.xml



              <action name="order_mass_separator">
              <argument name="data" xsi:type="array">
              <item name="config" xsi:type="array">
              <item name="type" xsi:type="string">order_mass_separator</item>
              <item name="label" xsi:type="string" translate="true">----------------</item>
              </item>
              </argument>
              </action>


              The only difference in this action with others that in this action there is no URL path define. So it is clickable but didn't do any thing.




              One more important thing you can't skip item type




              I hope my answer will help others as well. if anybody want to add line between custom mass actions in sales order grid, though I am not sure but there may be other solutions as well.






              share|improve this answer

























                2












                2








                2







                I got one of the resolution of my question. In order to add line separator between mass action just like Amasty extension. person should add this action in listing_massaction tag in ui component file. It belongs to sales order grid so ui component file should be sales_order_grid.xml



                <action name="order_mass_separator">
                <argument name="data" xsi:type="array">
                <item name="config" xsi:type="array">
                <item name="type" xsi:type="string">order_mass_separator</item>
                <item name="label" xsi:type="string" translate="true">----------------</item>
                </item>
                </argument>
                </action>


                The only difference in this action with others that in this action there is no URL path define. So it is clickable but didn't do any thing.




                One more important thing you can't skip item type




                I hope my answer will help others as well. if anybody want to add line between custom mass actions in sales order grid, though I am not sure but there may be other solutions as well.






                share|improve this answer













                I got one of the resolution of my question. In order to add line separator between mass action just like Amasty extension. person should add this action in listing_massaction tag in ui component file. It belongs to sales order grid so ui component file should be sales_order_grid.xml



                <action name="order_mass_separator">
                <argument name="data" xsi:type="array">
                <item name="config" xsi:type="array">
                <item name="type" xsi:type="string">order_mass_separator</item>
                <item name="label" xsi:type="string" translate="true">----------------</item>
                </item>
                </argument>
                </action>


                The only difference in this action with others that in this action there is no URL path define. So it is clickable but didn't do any thing.




                One more important thing you can't skip item type




                I hope my answer will help others as well. if anybody want to add line between custom mass actions in sales order grid, though I am not sure but there may be other solutions as well.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 1 at 12:56









                Muhammad HashamMuhammad Hasham

                3,80231647




                3,80231647



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f258701%2fmagento2-add-line-separator-in-mass-action-list-in-sales-order-grid%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

                    Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?