sula
sula copied to clipboard
🚀 Pluggable enterprise-level configurable framework based on antd.
### Question 请问下sula-builder源码发布了么?😂 ### Description
### Description [MFSU] require() syntax found in /**/src/.umi/SulaConfigProviderWrapper.js, which will broken the MFSU prebuild match, please change to esm module import. ### Solution
### Question ### Description
### Question ### Description 当前项目的可编辑表格能否支持form.ErrorList 进行表格的长度判断
### Description QueryTable当rowSelection存在时,leftActionsRender就不生效了,actionsRender有效,但是想要用自定义的render插件完成在actionsRender换行显示,但是无法换行显示。希望另外能提供一个api,显示非actionsRender的自定义组件。如下图  ### Solution
### Question queryTable里面使用fields,配置rangepicker的props里面的showTime传入对象时无法设置时分秒默认值 ### Description props{ showTime: {defaultValue: [moment('00:00:00', 'HH:mm:ss'), moment('23:59:59', 'HH:mm:ss')] } }
### Question 正式版又delay了吗? ### Description 到现在还没见动静,有点担心呀!
数据延迟获取的,需要手动控制loading状态
### Versions - sula: - umi-plugin-sula: - OS: - Browser: ### Steps to reproduce 1. 创建一个QueryTable组建 2. 在config 中配置fields, 会带有表单查询的表格 3. 想要隐藏“查询”和“重置”,找不对对应的属性 ### What is Expected? 可以有对应的属性实现动态的显示隐藏(主要是来控制权限) ### What is...