-
Updated
Aug 25, 2021 - Vue
admin-dashboard
Here are 1,564 public repositories matching this topic...
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Aug 23, 2021 - HTML
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
May 31, 2021 - HTML
-
Updated
Jun 29, 2021 - JavaScript
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Aug 31, 2021 - Vue
-
Updated
Apr 22, 2021 - CSS
- The sort icons have very low contrast.
- The ascending arrow touches the bottom border of the header cell.
<img width="847" alt="Screenshot 2021-08-26 at 5 33 29 PM" src="https://user-images.githubusercontent.com/88306433/1
-
Updated
Aug 26, 2021 - Ruby
Original question:
I have my own rest crud api and I would like to use only frontend part of admin-bro.
Does admin-bro support such scenario?
Proposed solution: MVP
- document how to wrap existing API by BaseResource
End Solution
- extend admin-bro core that, instead of asking own API, asks external API
- this could be a method in Action interface:
externalAPI
(but w
-
Updated
Aug 10, 2021 - Vue
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Aug 12, 2021 - Vue
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Aug 10, 2021 - Python
-
Updated
Aug 30, 2021 - Vue
-
Updated
Aug 22, 2021 - PHP
-
Updated
Aug 11, 2021 - Vue
Nothing happens at the moment when clicking the form help: https://tabler-react.com/form-elements (It's next to the zip code box).
<Form.Help message={<><p>ZIP Code must be US or CDN format. You can use an extended ZIP+4 code to determine address more accurately.</p><p class="mb-0"><a href="#">USP ZIP codes lookup tools</a></p></>} />
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Aug 3, 2021 - Ruby
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 12, 2021 - CSS
-
Updated
Aug 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the admin-dashboard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admin-dashboard topic, visit your repo's landing page and select "manage topics."
What you were expecting:
I returned
{}
from my custom data provider'sdelete
method and expected it to work because thedata
property is typed as optional:https://github.com/marmelab/react-admin/blob/b007fb7176d2ca4a779acddccd5b0316987b1d03/packages/ra-core/src/types.ts#L208
What happened instead:
I got this error: "The response to 'delete' must be like { data: ... }, but the