Can I use two UiComponents in same layout file to create admin grid?
I am trying to create a page which consist of the form and also the admin grid. Is it possible to do that. If so, can anybody provide documentation
Auto Added by WPeMatico
I am trying to create a page which consist of the form and also the admin grid. Is it possible to do that. If so, can anybody provide documentation
I have created new mass action for product grid, So whenever someone click on that mass action, custom admin controller url should be pass to js
I am creating a listing in admin without using UI components to use custom filters to create a custom graph. For updating I use an ajax call, which also works. The problem is that the pager does not work, because… Read More »Magento 2 : Change Event Listener from Pager in Admin Grid [closed]
I’m working on a Magento 2 project where I need to display custom reports under the order grid on the Sales Orders page. Specifically, I want to show the following fields: Total (totals sum) Subtotal (subtotals sum) Shipping (shipping sum)… Read More »Magento 2 : Display Custom Reports on Sales Orders Page
I’m working on a Magento 2 project where I need to display custom reports under the order grid on the Sales Orders page. Specifically, I want to show the following fields: Total (totals sum) Subtotal (subtotals sum) Shipping (shipping sum)… Read More »Display Custom Reports on Magento 2 Sales Orders Page
when admin filters orders in sales->orders page. Reports should be displayed for following fields (under the order grid): Total (totals sum) Subtotal (subtotals sum) Shipping (shippings sum) VAT (Vat sum) Quantity (quantities sum) Number of Orders Number of Canceled Orders… Read More »Magento 2 _ Display reports under orders grid (Sales->Orders)
A custom column is populated when a date range filter from UI is applied. I noticed weird behavior. When I apply a date filter it works fine until I decide to apply the date range I filtered before. Example: Apply… Read More »Issue with Data Provider date range filter
In my Magento 2.4.1, all the admin grid just keeps loading. No data is rendering. Showing a js error in console but I don’t understand what’s wrong. If anyone ever faced this please let me know what’s wrong. Note: I… Read More »Magento 2 – All admin grid keeps loading
I want to create form with the multiple select data in the multiple tabs and also create grid. The screenshot of the from and grid is attached with the message:
I have tried all of my thinking, I don’t understand why the grid displays a blank Controller namespace StateDrivesRequestQuoteControllerAdminhtmlBulkquote; use MagentoBackendAppAction; use MagentoBackendAppActionContext; use MagentoFrameworkViewResultPageFactory; use StateDrivesRequestQuoteModelRequestQuoteFactory; use MagentoFrameworkRegistry; class Index extends Action { protected $_resultPageFactory; protected $_requestQuoteFactory; protected $_registry;… Read More »i am fetching the data from database and display in magento admin grid, and the grid display blank