File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 5
5
Linear 数据表单控件
6
6
plane 弹出层组件
7
7
8
+ [ demo] ( https://codepen.io/ydtg1993-the-bashful/pen/rNdWade )
9
+
10
+ ### 安装
11
+ ``` shell script
12
+ composer require dlp/component-js
13
+ ```
14
+ ### 发布
15
+ ``` shell script
16
+ php artisan vendor:publish --provider=" DLP\DLPServiceProvider"
17
+ ```
18
+
8
19
<table >
9
20
<tr>
10
21
<th style="text-align:left;">名称</td>
30
41
<tr>
31
42
<td style="text-align:left;">数据表单控件</td>
32
43
<td style="text-align:left;">二维数组 [[col=>val,col2=>val2,...],...]</td>
33
- <td style="text-align:left;">支持拖拽排序</td>
44
+ <td style="text-align:left;">支持拖拽排序 弥补JSON组件对字段类型依赖不可排序问题 </td>
34
45
<td style="text-align:left;"><a target="_blank" href='https://github.com/laravel-admin-extensions/component-js/blob/main/test/example.php#L164'>调用Linear</a></td>
35
46
</tr>
36
47
<tr>
58
69
</tr>
59
70
</table >
60
71
61
- [ demo] ( https://codepen.io/ydtg1993-the-bashful/pen/rNdWade )
62
-
63
- ### 安装
64
- ``` shell script
65
- composer require dlp/component-js
66
- ```
67
- ### 发布
68
- ``` shell script
69
- php artisan vendor:publish --provider=" DLP\DLPServiceProvider"
70
- ```
71
-
You can’t perform that action at this time.
0 commit comments