Magento2.3.5: How to get Customer Grid custom columns values in CSV?
I want to to add custom columns values in export option in customer grid, but only heading are showing in csv file not values. here is my customer grid custom columns. VendorModule/view/adminhtml/ui_component/customer_listing.xml <?xml version=”1.0″ encoding=”UTF-8″?> <listing xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Ui:etc/ui_configuration.xsd”> <columns name=”customer_columns”… Read More »Magento2.3.5: How to get Customer Grid custom columns values in CSV?