mui-toolpad
mui-toolpad copied to clipboard
Toolpad Studio: Low-code admin builder. Open-source and powered by MUI.
Provide a prisma schema and database url and allow creating queries based on the entities contained in the schema.
Add a property editor for the `sx` properties. sx is a core concept to @mui/material and every component supports it. Currently, you can alter the property by writing JSON, but...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Make it possible to use GitHub...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Make it so that the URLs...
Provide a cloud hosted version of Toolpad https://www.notion.so/mui-org/Toolpad-cloud-09577661091149d894ddf9642f1b5a50
Recently we implemented support for server-side [pagination](https://mui.com/toolpad/concepts/data-providers/#pagination) through the concept of [data providers](https://mui.com/toolpad/concepts/data-providers). We should extend the capabilities to also include: 1. Filtering #2886 2. Sorting #2539 3. Row editing...
### Summary 💡 Allow developers to extend Toolpad to use their own components. Note that this issue is specifically about components it's not about building a plugin ecosystem for Toolpad...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 In order to build a license...
The very first frustration I had using the tool today is not being able to undo a change. I have tried a change that didn't work, now, I'm not sure...
Load type definitions of url imports for autocompletion in `monaco-editor`. Read `-typescript-types` header (Same way deno does it https://deno.land/manual/typescript/types#using-x-typescript-types-header)