|
@@ -1500,6 +1500,7 @@ When the row content is too long and you do not want to display the horizontal s
|
|
|
| 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 | — |
|
|
|
| class-name | class name of cells in the column | string | — | — |
|
|
|
+| label-class-name | class name of cells in the current title | string | — | — |
|
|
|
| selectable | function that determines if a certain row can be selected, works when `type` is 'selection' | Function(row, index) | — | — |
|
|
|
| reserve-selection | whether to reserve selection after data refreshing, works when `type` is 'selection' | boolean | — | false |
|
|
|
| filters | an array of data filtering options. For each element in this array, `text` and `value` are required | Array[{ text, value }] | — | — |
|