-
Updated
Sep 8, 2020 - Vue
admin
Here are 1,910 public repositories matching this topic...
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 17, 2020 - TypeScript
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Sep 4, 2020 - CSS
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 17, 2020 - Vue
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 17, 2020 - JavaScript
-
Updated
Apr 29, 2020 - Vue
-
Updated
May 10, 2020 - JavaScript
Describe the bug
Some of the countries that are available for selection seem to be missing flag images (we have 198). This results in broken img
elements.
To Reproduce
Select "American Samoa" (AS
) or "Åland Islands" (AX
).
(OPTIONAL) Additional context
Either add missing flags, or to also future proof it add either a fallback or hide the flag img
element if it fails to
-
Updated
Sep 16, 2020 - Java
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Sep 11, 2020 - Python
-
Updated
Aug 24, 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 11, 2020 - Java
-
Updated
Sep 8, 2020 - Vue
-
Updated
Aug 24, 2020 - JavaScript
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."
What I Want
I want to fixed side menu it should not scrolling with my data.
Description
I have installed react-admin in my react web App project but i am facing side menu scrolling issue. Side menu is scrolling with data.
Steps to reproduce:
I have following the same example that is providing by react-admin and in this example issue can be reproduce on dashboard.
If we will