Questions tagged [grid]
The admin grid widget is a powerful tool to manage entities in the admin panel. For questions about the catalog grid view from Mage_Catalog, use the tag "grid-layout" instead.
1,401 questions
0 votes
0 answers
22 views
How to create Admin Form using UI Components in Magento 2.4
How to create an Admin Form using UI Components in Magento 2.4. Can anyone help me guide how to create a form like get Name and Mail input, print on the same page, don't using DB. Remaining i can ...
0 votes
1 answer
56 views
Add New button on admin grid
when i click on Add New button edit form page is diplayed through i can make new entry, I fill the data but data can't be saved in admin grid nor in Db
0 votes
1 answer
60 views
How can I make specific rows unselectable in a custom Magento 2 admin UI grid?
I'm working with Magento 2 and I need to configure an admin UI grid so that some rows cannot be selected via the checkbox column (i.e., they're unselectable in mass actions). Is there a recommended ...
0 votes
0 answers
43 views
Magento 2 selectionsColumn dropdown in custom admin grid does not render properly
This selectionsColumn in my custom admin grid does not render properly and I don't understand why. I am using Magento 2.4.6-p2 and php 8.1.29. The record edit, tabs and grids are based on ...
0 votes
0 answers
64 views
Admin Listing - Display non-db data
I'm facing a problem and i didn't find solution on Internet or on Adobe Documentation. I'm using Magento 2.4.7-p3 I would like to display all of the cron definitions in an admin grid listing. About ...
0 votes
1 answer
50 views
Add filter functionality OR Sorting for admin grid - Admin -> Reports -> Products in cart Grid
In admin panel -> Reports -> Products in cart. There is a grid that shows the products in cart. By default the sorting order is from oldest to newest with no way to re-sort newest to oldest or ...
0 votes
0 answers
63 views
How to correctly setup a fulltext filter in Admin Grid? (exam question)
A third-party vendor has developed a module to add blogging functionality to Adobe Commerce. The module creates a new database table to store the blog posts and includes an Admin grid to display the ...
0 votes
1 answer
82 views
Implement store filter on comma seperated store Id values in Magento grid list
My blog post table contains a store_ids field, which stores store IDs as comma-separated for each blog. <filterSelect name="store_ids" provider="${ $.parentName }" component=&...
0 votes
3 answers
119 views
Integrity constraint violation when filtering sales order grid by Purchasedate Magento2
I’ve implemented a custom plugin to display additional custom fields in the sales order grid and its values, and it is functioning as expected. However, when applying a filter on the 'Purchase Date,' ...
0 votes
1 answer
118 views
Magento 2.4.7 grid using ui_component set column sortOrder
I am creating a new grid in Magento 2.4.7 using ui_component and it won't respect columns sortOrder values. This is column example: <column name="created_at" sortOrder="999" ...
0 votes
0 answers
51 views
To add product filter in Product in category tab section grid magento2
To add a product grid with filters in the custom category tab section in Magento 2.4.6, you need to follow a structured approach to ensure the product grid with filters is displayed correctly in the ...
0 votes
1 answer
86 views
How to get "Select All" orders ids in js while clicking on custom created mass action
I have created custom mass action, where I am trying to get all the orders ids which I have selected by using select all, but it gives only visible page ids. So I just wanted to get all selected ids.
0 votes
2 answers
100 views
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
0 votes
2 answers
66 views
How to get admin controller url to js without using phtml file?
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
0 votes
1 answer
346 views
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 ...