Activities of "liangshiwei"

You can find it in the browser's Developer Tools "Sources" window

I think you can directly overwrite index.js Copy the index.js source file and update it.

   rowAction: {
                        items:
                            [
                                  Add your actions
                            ]
                    }

You can use js to dynamically add a action modal dom, or you can choose to overwrite the page.

Hi See https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#example-add-a-javascript-file-for-a-specific-page for add a .js file to page.

Can you share your project structure and Module Class?

I mean remove the module package you don't need. You can also using the way in document to disable apis.

Hi , Try to remove the volo.abp.xxx package in your Project.

Is it related to this issue https://github.com/abpframework/abp/issues/2764 ?

Hi , Did you check the log, Can you share more information? log and step.

@rajasekhard2015

Steps to add a setting tab:

Hi @rajasekhard2015

Do you create your own settings management page? It doesn't appear automatically.

Showing 5621 to 5630 of 5631 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13