https://github.com/steedos/steedos-webapp
华炎魔方React控件库
https://github.com/steedos/steedos-webapp
Last synced: 6 months ago
JSON representation
华炎魔方React控件库
- Host: GitHub
- URL: https://github.com/steedos/steedos-webapp
- Owner: steedos
- Created: 2019-09-24T07:48:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:16:01.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T02:22:39.468Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.steedos.com/platform/
- Size: 5.67 MB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Grid属性:
```
columns: [
{
field: priority,
label: 优先级 ,
width: 100,
wrap: true,
hidden: true,
onClick: function(),
renderCell: function
},
...
]
```