You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,14 @@
274
274
<td>Array</td>
275
275
<td>[]</td>
276
276
</tr>
277
+
<tr>
278
+
<td>action-col-fixed</td>
279
+
<td></td>
280
+
<td></td>
281
+
<td>Determine wether action column is fixed. left means action column fix to left, right means action column fix to right. undefined means not fix</td>
282
+
<td>String</td>
283
+
<td>undefined</td>
284
+
</tr>
277
285
<tr>
278
286
<td rowspan="4"></td>
279
287
<td>name</td>
@@ -295,8 +303,8 @@
295
303
<td>
296
304
an object to pass any proptery to el-button. refer to <a href="http://element.eleme.io/#/en-US/component/button#attributes">el-button proptery</a>
0 commit comments