Skip to content

Commit a185460

Browse files
committed
update readme
1 parent 61d4b59 commit a185460

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,14 @@
274274
<td>Array</td>
275275
<td>[]</td>
276276
</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>
277285
<tr>
278286
<td rowspan="4"></td>
279287
<td>name</td>
@@ -295,8 +303,8 @@
295303
<td>
296304
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>
297305
</td>
298-
<td>Object</td>
299-
<td>undefined</td>
306+
<td>Function</td>
307+
<td>-</td>
300308
</tr>
301309
<tr>
302310
<td>handler</td>

readme_table_backup.pug

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,13 @@ table
185185
td Define the actions, which belongs to row
186186
td Array
187187
td []
188+
tr
189+
td action-col-fixed
190+
td
191+
td
192+
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
193+
td String
194+
td undefined
188195
tr
189196
td(rowspan='4')
190197
td name

0 commit comments

Comments
 (0)