You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/table/README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ export default {
256
256
```
257
257
258
258
>**Note:**_if a `key` property is defined in the field definition, it will take
259
-
precidence over the key used to define the field._
259
+
precedence over the key used to define the field._
260
260
261
261
### Field definition reference
262
262
The following field properties are recognized:
@@ -475,7 +475,7 @@ export default {
475
475
**Note: When the table is visually stacked:**
476
476
- The table header (and table footer) will be hidden.
477
477
- Custom rendred header slots will not be shown, rather, the fields' `label` will be used.
478
-
- The table **cannot** be sorted by clicking the rendered field labels. You will need to provde an external control to select the field to sort by and the sort direction. See the [**Sorting**](#sorting) section below for sorting control information, as well as the [**complete example**](#complete-example) at the bottom of this page for an example of controlling sorting via the use of form controls.
478
+
- The table **cannot** be sorted by clicking the rendered field labels. You will need to provide an external control to select the field to sort by and the sort direction. See the [**Sorting**](#sorting) section below for sorting control information, as well as the [**complete example**](#complete-example) at the bottom of this page for an example of controlling sorting via the use of form controls.
479
479
- The slots `top-row` and `bottom-row` will be hidden when visually stacked.
480
480
- The table caption, if provided, will always appear at the top of the table when visually stacked.
481
481
- In an always stacked table, the table header and footer, and the fixed top and bottom row slots will not be rendered.
@@ -749,7 +749,7 @@ It is also possible to provide custom rendering for the tables `thead` and
749
749
`foot-clone` is set to `true`.
750
750
751
751
Scoped slots for the header and footer cells uses a special naming
752
-
convetion of `HEAD_<fieldkey>` and `FOOT_<fieldkey>`respectivly. if a `FOOT_`
752
+
convention of `HEAD_<fieldkey>` and `FOOT_<fieldkey>`respectively. if a `FOOT_`
753
753
slot for a field is not provided, but a `HEAD_` slot is provided, then
754
754
the footer will use the `HEAD_` slot content.
755
755
@@ -812,13 +812,13 @@ the visibility of the `row-details` slot.
812
812
exist in the items data for proper reactive detection of changes to it's value. Read more about
0 commit comments