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

Hello, Can we customise main App component or wrap it with some custom components? I am trying to integrate Web3 connectivity libraries and not sure where to start with. React...

**Describe the problem feature solves** Right now you can only select a single value to filter for in dropdowns. **Describe the solution you'd like** It would be good to be...

Hey guys, there is a problem to handle big data on show action in my case. The main problem in show action that data already comes in params, that mean...

**Describe the problem feature solves** Custom actions can only return errors related to property fields **Describe the solution you'd like** Allow for a error message to be shown to the...

**Describe the problem feature solves** lt would be great to see a plugin to use AdminJS on [AdonisJS](https://adonisjs.com/). **Describe the solution you'd like** A plugin for AdonisJS that allows you...

enhancement
backend

I try to start with hapi ``` const AdminJSPlugin = require('@adminjs/hapi') const Hapi = require('@hapi/hapi') const adminJsOptions = {} const server = Hapi.server({ port: process.env.PORT || 8080 }) const start...

Hello , I need to pass a parameter from my custom page to the handle function using the apiclient class and the get page function at the level of this...

**Describe the bug** When showing/editing a parent resource (mongoose model) with an array of nested schemas, each of the schemas is not showing the _id field. **Installed libraries and their...

**Describe the problem feature solves** the current issue is that the theming of the filter drawer is quite limited to colors that actually match with the `white` which is used...

# Issue I have an object called News. This object has a field called translations and this field is an object as well. I want the field content of the...

bug