adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

AdminJS is an admin panel for apps written in node.js

Results 238 adminjs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Everything seems to work out of the box except for deleting resource. It prompts with a confirmation dialog to delete, and then confirming doesn't do anything, not...

**Describe the bug** How can we add thir party libraries such as material ui to our custom components without blowing up the bundle size and exceeding 6 seconds load times...

**Describe the bug** When viewing a filtered list of resources, if any action is opened within the drawer, then the filters are removed and the entire list of resources is...

bug

**Describe the problem feature solves** Right now the only way to add a button to the header of a resource/record is to use a custom action. I want to create...

enhancement

**Describe the problem feature solves** Most people don't like inserting my data one by one if there are more data to insert into the table **Describe the solution you'd like**...

enhancement

It's inconvenient to go to the last page, if pages count is very big. I have to calculate the last page id, and insert it to the `page` get parameter....

enhancement
frontend

**Describe the problem feature solves** right now to translate anything users have to change global locale settings which is not easy when you have resource options for different resources in...

enhancement
need clarification

**Describe the problem feature solves** Right now the current locale is set globally, which prevents from, for instance, having multiple languages in one app. **Describe the solution you'd like** Locale...

feature