In my data-provider addFieldtoFilter() is not working with url param
I have made a grid in admin that is supposed to return a filtered collection based on a URL parameter lesson_id. DataProvider: <?php namespace VendorNameModuleNameUiDataProviderParticipants; use MagentoFrameworkAppRequestHttp; use VendorNameModuleNameModelResourceModelParticipantsCollectionFactory; class DataProvider extends MagentoUiDataProviderAbstractDataProvider { public function __construct( $name, $primaryFieldName, $requestFieldName,… Read More »In my data-provider addFieldtoFilter() is not working with url param