0

make column sorting false using UI component in magento2

1 Answer 1

0

Here is a method to make UI component sorting false Add tag in your UI component

<column name="email">
    <settings>
        <label translate="true">Email</label>
        <sortable>false</sortable>
        <fieldClass>
            <class name="long-text-field">true</class>
        </fieldClass>
    </settings>
</column>

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.