-
Updated
May 10, 2021 - Vue
admin-dashboard
Here are 1,430 public repositories matching this topic...
-
Updated
May 11, 2021 - JavaScript
-
Updated
May 9, 2021 - HTML
-
Updated
May 8, 2021 - TypeScript
-
Updated
Apr 29, 2021 - HTML
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Apr 27, 2021 - JavaScript
-
Updated
Apr 22, 2021 - CSS
-
Updated
May 10, 2021 - Vue
-
Updated
May 12, 2021 - Ruby
Description
Okay. So there is two issues. Both are related to each other so I will combine it into one.
Bug 1) When user reaches to dropdown widget via hitting tab tab tab it is not highlighting as other controls like textbox but control has reached t
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
May 12, 2021 - Vue
-
Updated
Dec 12, 2020 - Vue
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
Apr 28, 2021 - JavaScript
-
Updated
Apr 14, 2021 - JavaScript
-
Updated
May 10, 2021 - Python
-
Updated
May 8, 2021 - JavaScript
-
Updated
Mar 12, 2021 - Vue
-
Updated
Mar 30, 2021 - PHP
-
Updated
May 12, 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
May 11, 2021 - Ruby
-
Updated
May 10, 2021 - JavaScript
-
Updated
May 9, 2021 - CSS
-
Updated
Jun 28, 2017 - 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."




In order to add custom
actionsto theListcomponent, one has to replace the entire default ´ListActions´ component with something else.Couldn't it be possible to re-use
react-admin'sListActionscomponent and pass children to it?