1

I am using the UIComponent for showing the grid in front end under the customer account for a custom link.All things are going well but 'reset' button is not working in 'column' drop down for reset the visibility of columns in the grid.

Did anyone face the same issue?

Looking forward to hearing from Magento developer.

asked Apr 16, 2018 at 7:04

1 Answer 1

2

I was facing the same issue. And I found the solution.

Define bookmarks in your grid, then it will work.

Try the below code.

<listingToolbar name="listing_top">
 ...
 <bookmark name="bookmarks">
 <argument name="data" xsi:type="array">
 <item name="config" xsi:type="array">
 <item name="storageConfig" xsi:type="array">
 <item name="namespace" xsi:type="string">customer_listing</item>
 </item>
 </item>
 </argument>
 </bookmark>
 ...
</listingToolbar>

Hope this will work :)

answered Nov 5, 2018 at 9:22

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.