|
77 | 77 | "pagination": "Emits when something changed to the `pagination` which can be provided via the `pagination` prop.", |
78 | 78 | "toggleSelectAll": "Emits when the `select-all` checkbox in table header is clicked. This checkbox is enabled by the **show-select** prop.", |
79 | 79 | "update:currentItems": "Emits with the items currently being displayed.", |
80 | | - "update:expanded": "Emits when the **expanded** property of the **options** prop is updated.", |
81 | | - "update:groupBy": "Emits when the **group-by** property of the **options** property is updated.", |
82 | | - "update:groupDesc": "Emits when the **group-desc** property of the **options** prop is updated.", |
83 | | - "update:itemsPerPage": "Emits when the **items-per-page** property of the **options** prop is updated.", |
| 80 | + "update:expanded": "Emits when the **expanded** prop is updated.", |
| 81 | + "update:groupBy": "Emits when the **group-by** prop is updated.", |
| 82 | + "update:groupDesc": "Emits when the **group-desc** prop is updated.", |
| 83 | + "update:itemsPerPage": "Emits when the **items-per-page** prop is updated.", |
84 | 84 | "update:modelValue": "Emits when the component's model changes.", |
85 | | - "update:multiSort": "Emits when the **multi-sort** property of the **options** prop is updated.", |
86 | | - "update:mustSort": "Emits when the **must-sort** property of the **options** prop is updated.", |
87 | | - "update:options": "Emits when one of the **options** properties is updated.", |
88 | | - "update:page": "Emits when the **page** property of the **options** prop is updated.", |
89 | | - "update:sortBy": "Emits when the **sortBy** property of the **options** prop is updated.", |
90 | | - "update:sortDesc": "Emits when the **sort-desc** property of the **options** prop is updated." |
| 85 | + "update:multiSort": "Emits when the **multi-sort** prop is updated.", |
| 86 | + "update:mustSort": "Emits when the **must-sort** prop is updated.", |
| 87 | + "update:options": "Emits when pagination related properties (page, itemsPerPage, sortBy, groupBy, search) is updated.", |
| 88 | + "update:page": "Emits when the **page** prop is updated.", |
| 89 | + "update:sortBy": "Emits when the **sortBy** prop is updated.", |
| 90 | + "update:sortDesc": "Emits when the **sort-desc** prop is updated." |
91 | 91 | } |
92 | 92 | } |
0 commit comments