Skip to content

Commit

Permalink
Mark column as not sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Aug 28, 2024
1 parent 0499884 commit 0b969e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view/adminhtml/ui_component/customer_listing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<item name="label" xsi:type="string" translate="true">Login as Customer</item>
<item name="bodyTmpl" xsi:type="string">ui/grid/cells/html</item>
<item name="fieldAction" xsi:type="boolean">false</item>
<item name="sortable" xsi:type="boolean">false</item>
</item>
</argument>
</column>
Expand Down

0 comments on commit 0b969e6

Please sign in to comment.