adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

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

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

### Description When defining a guard at the moment it is only possible to pass a string. I would like to pass a function so that I can show a...

### Description I think one of good features for adminjs is to customize columns with custom components. If `@adminjs/relations` also has a feature to customize columns, it will be better....

### Contact Details _No response_ ### What happened? I have integrated admin js library in my node js project along with its aithentication feature. But Admin js library takes around...

bug

### Contact Details _No response_ ### What happened? The position of my map leaflet is fixed at no. 2. How can I decide for it to be the first property,...

bug

**Describe the problem feature solves** The ability to configure based on create vs edit for properties **Describe the solution you'd like** For something like this to be available `isVisible: {edit:...

enhancement
frontend

**Describe the bug** https://github.com/SoftwareBrothers/adminjs/blob/master/src/frontend/components/property-type/array/edit.tsx#L24 `uniqueDraggableId` is a different value each time the value of the property field change. I'm not sure why this is needed at at all since `property.path`...

I want to add "Pin functionality" on listing. But when I tried to add custom resource it automatically create href but I don't want href and I want to add...

### Description I want to have the ability to choose a time interval in which the table will auto refresh for example every 10 seconds ### Suggested Solution adding timer...

### Contact Details _No response_ ### What happened? Hi ! **Thank you for your work on adminJS, it's really a great timesaver for us ✨🙏** **TL;DR: browsing to /admin/resources/Patient/records/3324d28c-4575-4c73-875b-6d787ed1ff6e/show?refresh=true makes...

bug

### Contact Details _No response_ ### What happened? I want to add a before hook on the list action that can pre filter my list of records depending on an...

bug