|
@@ -1760,7 +1760,7 @@ For table of numbers, you can add an extra row at the table footer displaying ea
|
|
|
| sortable | whether column can be sorted. Remote sorting can be done by setting this attribute to 'custom' and listening to the `sort-change` event of Table | boolean, string | true, false, custom | false |
|
|
|
| sort-method | sorting method, works when `sortable` is `true`. Should return a boolean. | Function(a, b) | — | — |
|
|
|
| resizable | whether column width can be resized, works when `border` of `el-table` is `true` | boolean | — | false |
|
|
|
-| formatter | function that formats content | Function(row, column) | — | — |
|
|
|
+| formatter | function that formats cell content | Function(row, column, cellValue) | — | — |
|
|
|
| show-overflow-tooltip | whether to hide extra content and show them in a tooltip when hovering on the cell | boolean | — | false |
|
|
|
| align | alignment | string | left/center/right | left |
|
|
|
| header-align | alignment of the table header. If omitted, the value of the above `align` attribute will be applied | String | left/center/right | — |
|