当我想在管理面板上生成网格时,需要在di.xml
上添加它。
代码:
<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
<arguments>
<argument name="collections" xsi:type="array">
<item name="jobs_department_listing_data_source" xsi:type="string">Formation\Jobs\Model\ResourceModel\Grid\Department\Collection</item>
</argument>
</arguments>
</type>
在路径Formation\Jobs\Model\ResourceModel\Grid\Department\Collection
上有必要工作,但是问题是我的Grid
上没有ResourceModel
。
有人可以解释一下它的工作原理以及Grid
文件夹在哪里吗?