@@ -1070,11 +1070,13 @@ footer cells that do not have an explicit scoped slot provided.
10701070The slots can be optionally scoped (` data ` in the above example), and will have the following
10711071properties:
10721072
1073- | Property | Type | Description |
1074- | -------- | ------ | ------------------------------------------------------------- |
1075- | ` column ` | String | The fields's ` key ` value |
1076- | ` field ` | Object | the field's object (from the ` fields ` prop) |
1077- | ` label ` | String | The fields label value (also available as ` data.field.label ` ) |
1073+ | Property | Type | Description |
1074+ | --------------- | ------ | ----------------------------------------------------------------------------------------- |
1075+ | ` column ` | String | The fields's ` key ` value |
1076+ | ` field ` | Object | the field's object (from the ` fields ` prop) |
1077+ | ` label ` | String | The fields label value (also available as ` data.field.label ` ) |
1078+ | ` selectAllRows ` | Method | Select all rows (applicable if the table is in [ ` selectable ` ] ( #row-select-support ) mode |
1079+ | ` clearSelected ` | Method | Unselect all rows (applicable if the table is in [ ` selectable ` ] ( #row-select-support ) mode |
10781080
10791081When placing inputs, buttons, selects or links within a ` HEAD[...] ` or ` FOOT[...] ` slot, note that
10801082` head-clicked ` event will not be emitted when the input, select, textarea is clicked (unless they
@@ -1138,10 +1140,12 @@ rather than native browser table child elements.
11381140
11391141Slot ` thead-top ` can be optionally scoped, receiving an object with the following properties:
11401142
1141- | Property | Type | Description |
1142- | --------- | ------ | ----------------------------------------------------------------------------- |
1143- | ` columns ` | Number | The number of columns in the rendered table |
1144- | ` fields ` | Array | Array of field definition objects (normalized to the array of objects format) |
1143+ | Property | Type | Description |
1144+ | --------------- | ------ | ----------------------------------------------------------------------------------------- |
1145+ | ` columns ` | Number | The number of columns in the rendered table |
1146+ | ` fields ` | Array | Array of field definition objects (normalized to the array of objects format) |
1147+ | ` selectAllRows ` | Method | Select all rows (applicable if the table is in [ ` selectable ` ] ( #row-select-support ) mode |
1148+ | ` clearSelected ` | Method | Unselect all rows (applicable if the table is in [ ` selectable ` ] ( #row-select-support ) mode |
11451149
11461150## Custom empty and emptyfiltered rendering via slots
11471151
0 commit comments