<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <!-- for config grid -->
    <virtualType name="Appinventiv\CountryConfig\Model\ResourceModel\Country\Grid\Collection">
        <arguments>
            <argument name="mainTable" xsi:type="string">country_config_values</argument>
            <argument name="resourceModel" xsi:type="string">Appinventiv\CountryConfig\Model\ResourceModel\Country</argument>
            <argument name="eventPrefix" xsi:type="string">country_grid_collection</argument>
            <argument name="eventObject" xsi:type="string">country_grid_collection</argument>
        </arguments>
    </virtualType>
    <type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
        <arguments>
            <argument name="collections" xsi:type="array">
                <item name="config_grid_data_source" xsi:type="string">Appinventiv\CountryConfig\Model\ResourceModel\Country\Grid\Collection</item>
            </argument>
        </arguments>
    </type>
</config>
