Skip to content

Commit 4cddf1b

Browse files
AndreasCagpi0
authored andcommitted
docs: fix typo (bootstrap-vue#1503)
1 parent f3fe0f4 commit 4cddf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ The slot's scope variable (`data` in the above sample) will have the following p
624624
| `index` | Number | The row number (indexed from zero) relative to the displayed rows
625625
| `item` | Object | The entire raw record data (i.e. `items[index]`) for this row (before any formatter is applied)
626626
| `value` | Any | The value for this key in the record (`null` or `undefined` if a virtual column), or the output of the field's `formatter` function (see below for for information on field `formatter` callback functions)
627-
| `unformatted` | Any | The raw value for this key in the item record (`null` or `undefined` if a virtual column), before being passed to the field's `formtter` function
627+
| `unformatted` | Any | The raw value for this key in the item record (`null` or `undefined` if a virtual column), before being passed to the field's `formatter` function
628628
| `detailsShowing` | Boolean | Will be `true` if the row's `row-details` scoped slot is visible. See section [**Row details support**](#row-details-support) below for additional information
629629
| `toggleDetails` | Function | Can be called to toggle the visibility of the rows `row-details` scoped slot. See section [**Row details support**](#row-details-support) below for additional information
630630

0 commit comments

Comments
 (0)