File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -798,10 +798,11 @@ function.
798798
799799### Scoped field slots
800800
801- Scoped field slots give you greater control over how the record data appears. If you want to add an
802- extra field which does not exist in the records, just add it to the ` fields ` array, And then
803- reference the field(s) in the scoped slot(s). Scoped field slots use the following naming syntax:
804- ` 'cell[' + field key + ']' ` .
801+ Scoped field slots give you greater control over how the record data appears. You can use scoped
802+ slots to provided custom rendering for a particular field. If you want to add an extra field which
803+ does not exist in the records, just add it to the [ ` fields ` ] ( #fields-column-definitions ) array,
804+ and then reference the field(s) in the scoped slot(s). Scoped field slots use the following naming
805+ syntax: ` 'cell[' + field key + ']' ` .
805806
806807You can use the default _ fall-back_ scoped slot ` 'cell[]' ` to format any cells that do not have an
807808explicit scoped slot provided.
You can’t perform that action at this time.
0 commit comments