How to add customer select table for custom admin page. I need to open custom page when click on a customer data row - magento

Screenshot of the table
I need to add this kind of table to new admin page and when click on a row it should open a new page.
[Screenshot of the table

Related

No options to pass the bulk data from one page to another page

I have a list page with checkbox where we can select all the rows by using global checkbox or single row by using each row checkbox. I have button at top right corner CUSTOM ACTION which would take us to another page.
So After the select the rows from list, When I click CUSTOM ACTION button, I wanted all the selected rows ID's in next page.
Here is example image

How to enable breadcrumb or back button

How to enable breadcrumb and back button.
Example for back button: In admin-on-rest demo site, If user click a CUSTOMERS in segments page it will goes to customer page with specific filter. I want add a back button in the customer page to come back to the segment page again.
Example for Breadcrumb: If user search a employee name in a location. then it should display like Location Name > Dept Name > Unit Name > Emp ID > Emp Name.
How to do this?
Most AOR pages accept an Actions prop. You can use that to redirect to any custom location or to the last location in history.

Add custom field in tier price in Magento

I have modified Magento tierprice set and customized the file:
app/design/adminhtml/default/default/catalog/product/edit/price/tier.phtml
Data from two new fields ("cost", "setupcost") is successfully showing in the tier page.
How do I insert the data into table catalog_product_entity_tier_price?
I want to save this data when product page save button clicked.

Magento Display Dynamic Dropdown in Admin Insert Product Page

I have one custom module which will insert data in to custom table. I want to use these custom value on admin product page as drop down.how can i do this.please suggest me.

How to display the products in a table format on the category page?

I have page of two columns with left bar. On the left side I have listed the categories and when I click on a category, the products display in the right column.
But there I have two options for displaying the products on the category page, one is "Grid" and the other is "list". And I want to display the products on the category page in a table form which will be my own custom table. So that it have one header row and then each row contains one product.
How will I do this?
There is such file as
(your template)/(your theme)/catalog/product/list.phtml
There you can edit your catalog template.

Resources