-
Updated
Oct 5, 2020 - Vue
admin
Here are 1,932 public repositories matching this topic...
-
Updated
Oct 3, 2020 - TypeScript
-
Updated
Sep 26, 2020 - TypeScript
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Sep 27, 2020 - JavaScript
-
Updated
Oct 1, 2020 - CSS
-
Updated
Oct 6, 2020 - JavaScript
gorm_v2版本初始化数据方法
在go项目的main.go下 27行
if global.GVA_CONFIG.System.NeedInitData {
init_data.InitData() // 通过配置文件初始化数据 默认为 false 首次运行需要将 ./config.yaml中 system下的 need-init-data 修改为true
}
此处修改为根据配置文件来决定是否开启初始化
在跟目录的config.yaml中的system下存在一行
need-init-data: false
将此参数设定为true则会执行初始化代码
切记初次开启后 计得关闭
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Sep 21, 2020 - JavaScript
-
Updated
Apr 29, 2020 - Vue
-
Updated
May 10, 2020 - JavaScript
Short description of what this feature will allow to do:
When bundle asked for directory to generate controller, why not to create the sub folders if not exist, instead of threw exception?
Example of how to use this feature
This is just one kind of example of integration:
Which directory do you want to generate "DashboardController" in? [src/Controller/Admin/]:
>
The "src/C
-
Updated
Sep 16, 2020 - Java
-
Updated
Sep 23, 2020 - JavaScript
-
Updated
Sep 28, 2020 - Java
-
Updated
Sep 11, 2020 - Python
-
Updated
Oct 2, 2020 - Vue
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
-
Updated
Sep 17, 2020 - Vue
-
Updated
Oct 5, 2020 - Go
Improve this page
Add a description, image, and links to the admin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admin topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When the user clicks a
<DeleteButton>
in an Edit toolbar, react-admin displays "Element deleted". I would like to customize that message for different resources (e.g. "Post deleted" and "Comment deleted").Describe the solution you'd like
I would like
DeleteButton
to behave likeSaveButton
and acceptonSuccess
and